davegamache icon indicating copy to clipboard operation
davegamache copied to clipboard

Can we use %, not px?

Open n1ghtcoder opened this issue 11 years ago • 0 comments

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?

n1ghtcoder avatar Mar 01 '15 21:03 n1ghtcoder