Jump to content
Search Community

Search the Community

Showing results for tags 'add remove'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • GreenSock Forums
    • GSAP
    • Banner Animation
    • Jobs & Freelance
  • Flash / ActionScript Archive
    • GSAP (Flash)
    • Loading (Flash)
    • TransformManager (Flash)

Product Groups

  • Club GreenSock
  • TransformManager
  • Supercharge

Categories

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Personal Website


Twitter


CodePen


Company Website


Location


Interests

Found 1 result

  1. silverd

    Simple Question

    Hello i think it's simple but i would like add and remove a image .gif in my timelineMax I tried to do : tl.to(slide02.append('<img src="img/text.gif">'), 1.2, {autoAlpha:1, ease:Power2.easeOut}); and add or insert but my problem it's that the image .gif begin in start of timeline but i don"t want that, because the .gif is animate and the animation have to start after few others animations. I tried with onComplete and the function but after i don't know how the remove it because after the gif animation i have few others animations and I think it's not the best way function addImageGif () { document.getElementById("imgText").innerHTML='<img src="img/text.gif">'; }; Can you help me ? Thanks
×
×
  • Create New...