Jump to content
Search Community

meduolis

Members
  • Posts

    4
  • Joined

  • Last visited

meduolis's Achievements

0

Reputation

  1. The restart works, but now the whole sequence is messed up, half of content is somehow gone. The delay system gone crazy .)
  2. So I have a whole animation set on TweenMax with delays. Cant figure how to add an animation restart after certain time. Here is the js that i'm using: TweenMax.staggerFrom("li", 1, {delay:2.5, y:-500}, 3); TweenMax.to("li", .9, {delay:12, opacity:0}, .5); TweenMax.to("h1", .7, {delay:5, opacity:0}, .8); TweenMax.from("h1", 1, {delay:1, x:-500}); TweenMax.from("h2", .7, {delay:12.5, x:500, opacity:0}); TweenMax.from("logo", .7, {delay:5, x:500, opacity:0}); TweenMax.to("ul", 1, {delay:5, top:"-60px"}); TweenMax.to("ul", 1, {delay:7, top:"-60px"}); TweenMax.to("ul", 1, {delay:8, top:"-120px"}); Please help me ^^
×
×
  • Create New...