
Ismail Cherri
-
Posts
2 -
Joined
-
Last visited
Content Type
Profiles
Forums
Store
Blog
Product
Showcase
FAQ
ScrollTrigger Demos
Downloads
Posts posted by Ismail Cherri
-
-
Hi there,
First, I would like to thank you for your efforts and your amazing tweening engine
Secondly, I was wondering how to do the following:
var myIncreasingNumber = 5; TweenMax.to(element, 1, {left:+=myIncreasingNumber});
I want something similar to:
TweenMax.to(element, 1, {left:"+=5"});
Many thanks in advance...
Increment a value with a variable
in GSAP
Posted
Thanks for the prompt reply