Jump to content
Search Community

Search the Community

Showing results for tags 'gsap and edge'.

  • 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 am sorry to be asking this most basic of questions, I come from Flash, and need to switch to Edge, I was perfectly good at copy-paste in AS3, but hardly understood what I was doing, which mattered not as things always worked anyway. I never needed to venture beyond a basic slideshow or a simple portfolio site. Now Edge, I tried pasting this into the code editor on the stage <script src="http://cdnjs.cloudflare.com/ajax/libs/gsap/latest/TweenMax.min.js"></script>var letterA = sym.$('AA2'); <script> window.onload = function(){ var logo = document.getElementById("logo"); TweenLite.to(logo, 1, {left:"632px"}); } </script> Nothing happens. I just don't know how to start to get things going. Once I get it started, I'll be back at copy paste, and all will be well again. I know it's like asking how do you hold a pencil, but I can't seem to figure it out. Thanks!
×
×
  • Create New...