Jump to content
Search Community

Search the Community

Showing results for tags 'easeljs plugin'.

  • 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. Believe me, I have followed all the instructions from http://www.greensock.com/get-started-js/#, but I can not put this plugin to work. I add .js files as indicated, but the console always sends me this message: TypeError: window.createjs is undefined My code: <script type="text/javascript" src="src/minified/plugins/EaselPlugin.min.js"></script> ... <script type="text/javascript" src="src/minified/easing/EasePack.min.js"></script> <script type="text/javascript" src="src/minified/jquery.gsap.min.js"></script> <script type="text/javascript" src="src/minified/TweenMax.min.js"></script> And a little example: var box6 = $('#box-6'); TweenMax.to(box6, .3, {easel:{tint:"#0000FF", tintAmount:1}, delay:1}); Others plugins work great, like bezier, css etc, only by adding its libraries, but not with this one. What I am doing wrong? Thank u
×
×
  • Create New...