Jump to content
Search Community

Lexy

Members
  • Posts

    3
  • Joined

  • Last visited

Lexy's Achievements

1

Reputation

  1. Thanks this is awesome. All of you are awesome
  2. Thanks a lot, and yes Jonathan i was meaning set(), I discovered that few time after posted my problem but I got a another one with this method : tl.to(layer1, 2, {y: "+50px", ease: Bounce.easeOut}) .staggerFrom(letters, 0.10, {autoAlpha: 0}, 0.03); } the to() is ok but nothing happend with the staggerFrom(). Letters is a svg path for an image ( image of text). I just want an effect when the title(svg image) appears. One more thing, do tou have some good advices for putting little sound when title appears ( llike a sound of keyboard ) ? I appreciate, thank you so much. Lexy
  3. Hi everyone, I have a problem with this code and I'm a beginner in Jquery. I have a SVG element and I want make it bounced. But it's not working and I don't understand why. I think my javascript could not find my svg element but I don't know how to fix it. I have import JQUERY and GSAP this way <script src="//cdnjs.cloudflare.com/ajax/libs/gsap/1.14.2/TweenMax.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> I someone could help Thanks Lexy
×
×
  • Create New...