ScrollMagic
ScrollMagic copied to clipboard
Examples updated to gsap 3
Hi,
do you have an example of this case using gsap object instead of tweenmax (that was deprecated)?
https://scrollmagic.io/examples/expert/image_sequence.html
Thanks in advance
The following should work:
var tween = gsap.to(obj,
{
duration: 0.5,
// ... others options, check gsap v3 doc to see breaking changes
If I am not mistaken, scrollmagic is shipped with gsap v2 via plugins/animation.gsap.js, so do not forget to import gsap v3 in your project.
i wanna example with gsap 3 . please add this.