Jump to content
Search Community

Pierre D.

Members
  • Posts

    7
  • Joined

  • Last visited

About Pierre D.

  • Birthday 11/14/1987

Profile Information

  • Location
    Paris

Pierre D.'s Achievements

  1. Hi all, thank you so much for your help i do it like this : var tl = new TimelineMax({repeat:1, repeatDelay:3, onComplete:stopall}); its working good , thanks guys =D
  2. Hi all =) , Someone can tell me how i can repeat all my animation just one time (with TweenMax) ? Thank you guys
  3. Ya it's very cool to work on this type of banner =)
  4. Simple Gsap Banner =D https://s3-us-west-2.amazonaws.com/s.cdpn.io/1063979/index.html
  5. ok i find how to do it =) var video = document.getElementById("demoVideo"); video.onended = function () { $('#expansion').css("display","none"); $('#banner').css("opacity","1" ); };
  6. Thanks for your help , i do this but : var video = document.getElementById("demoVideo"); video.onended = function () { // at this moment i need to come back to my banner (id : banner) alert("The video has ended"); }; Sorry i start js and jquery =/
  7. Hello everyone =) , I need some help with my banner (HTML5) . When my banner expand to the video everything work well but i need to come back to my banner when the video as finish . I know i can use 'ended' Listenner but i don't know how to do that :/ . If someone can help me, ​Thank you =)
×
×
  • Create New...