Jump to content
Search Community

benbostrom155

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by benbostrom155

  1. 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?

×
×
  • Create New...