
Dmytro Troshchylo
-
Posts
2 -
Joined
-
Last visited
Content Type
Profiles
Forums
Store
Blog
Product
Showcase
FAQ
ScrollTrigger Demos
Downloads
Posts posted by Dmytro Troshchylo
-
-
Hello dear friends.
I try to use some parallax effects using Intersection Observer following this article: https://medium.com/elegant-seagulls/parallax-and-scroll-triggered-animations-with-the-intersection-observer-api-and-gsap3-53b58c80b2fa
---
When I set wrapper position to relative its elements which I want to animate are getting last stop of animation and don't listen to progress property.
---
Thank you in advance.
See the Pen gOaKjbw by DmytroSur (@DmytroSur) on CodePen
Intersection Observer Parallax (Ticker)
in GSAP
Posted
Thank you @Karliky
It works well.
But that needs one extra container. If I have a lot of targets on page I can easily lost one.
This is interesting for me how 'relative' affects on animation.
If we will use something like:
— it runs like we expect. Even if parent is relative. 🤷