Forum Discussion
MathNotermans-9
4 years agoCommunity Member
GSAP, x-y transformation in the Modern Player
As some other users in other posts commented when resizing/scaling your browser a Storyline using GSAP for animation will loose its proper positioning and that ain't fun. Allthough i had that fixed ...
MathNotermans-9
2 years agoCommunity Member
Checking the console its quite clear whats wrong ;-)
You use 2 plugins... MotionPath plugin and MotionPathHelper plugin.
Both you need to register before you can use them.gsap.registerPlugin(MotionPathPlugin);
gsap.registerPlugin(MotionPathHelper);
Then you can use them :-)