Example:
If I set translateX to -25%, this will be $window.width() / 4 in px, not in %.
My new project is fully responsive, and translateX animations will not working as planned, because I need to use % offsets, not px.
Tell me plz, how can i use % when needed?
Example:
If I set translateX to -25%, this will be $window.width() / 4 in px, not in %.
My new project is fully responsive, and translateX animations will not working as planned, because I need to use % offsets, not px.
Tell me plz, how can i use % when needed?