Jump to content
Search Community

flunch

Members
  • Posts

    2
  • Joined

  • Last visited

flunch's Achievements

0

Reputation

  1. Hi, Thanks to you both for your good solutions and fast answers ! I'll try that at once. Have a nice day et thanks for the amazing product !
  2. Hello, I'd like to create a timeline that at some point sets back initial properties on objects but without doing the animation backward (no reverse()) Ex. i have multiple boxes with different predefined colors and opacity. I would like to animate them all to white and opacity:1 and scale:2 Then setting scale to 0 And then back to initial positions ex. : tl.to(".box", 1, {backgroundColor:'#ffffff', opacity:0,scale:2}) .to(".box", 0, {scale:0}) .to(".box", 1, {backgroundColor:'Initial-Color?', opacity:'Initial-Opacity?',scale:1}); Thanks a lot !
×
×
  • Create New...