janpaepke / ScrollMagic

The javascript library for magical scroll interactions.
http://ScrollMagic.io
Other
14.89k stars 2.17k forks source link

setPin not working if body zoom is not 1 #961

Open Bangkokian opened 4 years ago

Bangkokian commented 4 years ago

Definitely an edge case, but unfortunately one which has snagged me:

If I set css: body {zoom: 1.1;}

and then try to pin any element to the page, the element will not be pinned.