
benbostrom155
-
Posts
2 -
Joined
-
Last visited
Content Type
Profiles
Forums
Store
Blog
Product
Showcase
FAQ
ScrollTrigger Demos
Downloads
Posts posted by benbostrom155
-
-
Hi, i have this problem:
if i use this tweenmax is ok and the animation work perfectly
TweenMax.fromTo($(this), 1, {webkitClipPath:'inset(0% 100% 0% 0%)'}, {delay:2, webkitClipPath:'inset(0% 0% 0% 0%)', ease: Expo.easeInOut});
but if i use this code
TweenMax.fromTo($(this), 1, {webkitClipPath:'inset(100% 0% 0% 0%)'}, {delay:2, webkitClipPath:'inset(0% 0% 0% 0%)', ease: Expo.easeInOut});
the animation not work and is istant change of clip.
Why?
Problem on animate clip-path
in GSAP
Posted
Thanks, the last solution is not ideal and faster but work perfectly