Jump to content
Search Community

Roli

Members
  • Posts

    4
  • Joined

  • Last visited

Roli's Achievements

1

Reputation

  1. Thank you so much!!! That help me!!
  2. Hi All!! Thank all of you for reading this and thinking to help me. I'm working with Scroll Magic to get the Image Sequence effect with a fade transition. On this example can see how change the images when you scroll but without fade effect. You can see the original code here: http://scrollmagic.io/examples/expert/image_sequence.html (do not change to much) Thank you for your help! Cheers Roli
  3. Hi Dipscom Thank you for your help. I was looking for something like the second option to optimize my code! You've help me a lot! Cheers Roli
  4. Hi All I'm sorry if this is an easy solution but I couldn't find it and I'm totally new. I have several elements with an infinite rotation but for some reason is working only the first one. Here is my code: (function($) { var green = $('.green'), red = $('.red'), brown = $('.brown'), // tl = new TimelineLite(); tl = new TimelineLite(); tl .to(red, 3, { rotation: "+=360", repeat:-1, ease: Linear.easeNone, transformOrigin:"50% 50%" }) .to(green, 1, { rotation: "+=360", repeat:-1, ease: Linear.easeNone, transformOrigin:"50% 50%" }, "-=0.15") .from(brown, 3.5, { rotation: "+=360", repeat:-1, ease: Linear.easeNone, transformOrigin:"50% 50%" }, "-=0.15"); })(jQuery); Thank you so much for your help!
×
×
  • Create New...