Jump to content
Search Community

df257666

Members
  • Posts

    5
  • Joined

  • Last visited

df257666's Achievements

  1. In my case, if probably don't need the time property in the tween animating, the animation didn't meet my requirements. this is my case>> QQ录屏20200709115315.mp4
  2. @mikel @OSUblake I solved it,very thank to you!
  3. var tl = gsap.timeline({ defaults: {duration: 1, ease: "elastic"} } ); tl.to(".open", {duration:0.2, scaleX:-1}); tl.to(".open", {duration:0.2, scaleX:1}); tl.play(); this way will get pushed into every child tween, I don't want that. I want this ease will work on this animation, not in every child tween; My english not well, do you understand?
×
×
  • Create New...