Closed steevee closed 7 years ago
Say the rect.height = 300, when using something like this:
rect.height = 300
<div in-view="inView($inviewInfo)" in-view-options="{ offset: ['-25%',0] }">
The resulting element offset is calculated as: [-7500,0,-7500,0]
[-7500,0,-7500,0]
It should be: [-75,0,-75,0]
[-75,0,-75,0]
Say the
rect.height = 300
, when using something like this:The resulting element offset is calculated as:
[-7500,0,-7500,0]
It should be:
[-75,0,-75,0]