Jump to content
Search Community

Search the Community

Showing results for tags 'edge animate onclick tweenmax'.

  • 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. Hi there I have a problem, I have an element that I want to be clickable and when the user clicks it I want TweenMax to shift other element within the stage a certain amount of pixels to the right, here is my code // Gets an element. For example, // var element = sym.$("Text2"); // element.hide(); var element = sym.$("Geyser_Pic"); TweenMax.to(element, 1, {css:{right:"0px"}}); // Gets an element. For example, // var element = sym.$("Text2"); // element.hide(); var element = sym.$("Volcano");] TweenMax.to(element, 1, {css:{right:"150px"}}); // Gets an element. For example, // var element = sym.$("Text2"); // element.hide(); var element = sym.$("HotSpring"); TweenMax.to(element, 1, {css:{right:"100"}});
×
×
  • Create New...