Open simobari opened 4 years ago
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.
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