Hello there
Following setup:
section->div->img
div is set to fixed position.
image has a scale effect on scroll: enter scale 1, exit scale 0.5.
Event: in and out = scoll up image scales down, scroll down image scales up.
As soon as I change the origin of the object to any “top” setting, the effect jumps to the exit position and nothing happens at scroll.
why?
thx for any hint
EDIT: sometimes it works, sometimes it does not. no caching at the moment whatsoever. The behavior is very inconsistent.
EDIT II: There’s a video in the secure note describing the issue.
EDIT III: Changig the the offset value of the effect from 10% to 0 brought it back to life. Why oh why.