Forum Discussion
ChrisCurry
5 years agoCommunity Member
TimelineLite Javascript animation issues when replaying a slide
So, I've been experimenting with using javascript and TimelineLite to loop animations in storyline (edit: on just a single slide. I am not trying to loop an animation across several slides). But I'v...
MathNotermans-9
5 years agoCommunity Member
Thats caused by your code as i mentioned already "the relative scale you use "scale: '+=0.10'"
The += coding causes that. If you instead of scale:"+=0.10" use something like... scale:1.5 it is not relative anymore and won't scale up indefinately.
Try it.