Jump to content
Search Community

pipitt05000

Members
  • Posts

    2
  • Joined

  • Last visited

pipitt05000's Achievements

0

Reputation

  1. Hi ! Thank you for your short reply !! With the second video, i can do this ! Very helpful ! I have another question: I have 2 bloc and the first (Bloc_1) become hided. How can i put the bloc_2 (Blue cross) at the bloc_1 (Red cross) position ? var tlBloc = new TimelineMax({ repeat: -1, repeatDelay: 5 }); tlBloc.to(Bloc_1, 1, { delay: 2, alpha: 0 }) .to(Bloc_2, 1, { delay: 0.3, y: ?????? }); Thank youuu !!
  2. Hi everybody ! I need help: I have 3 blocks (Bloc_1, Bloc_2, Bloc_3) and i set for all "alpha: 0". Now, i want to set "alpha: 1" to three bloc, but with 0.5 secondes interval (for exemple). I must write 3 "to" ? Or in one function with an attribute i can do this ? Sorry for my bad english, i'm French, but i learn ! Thanks you for your help
×
×
  • Create New...