Jump to content
Search Community

Madster

Members
  • Posts

    4
  • Joined

  • Last visited

Madster's Achievements

0

Reputation

  1. Doh! It probably happened because I initially was trying to change the height without the css. Would be nice if it threw an error like "CSS plugin missing" or something instead of just failing silently though. Thanks a lot for the help
  2. I load TweenLite.js (non minified) Sorry for that, I had been trying all kinds of options to get it to work, but it also fails if using +=400 I had tried to implement it on a pretty complicated page, but even after reducing it the problem persists. Test can be found here: http://semor.dk/temp/feed/greensock_test.html
  3. Hi guys, I have an animation in Jquery, which I want to "recreate" in GSAP. Jquery: $(document).ready(function(){ $('#newsContainer').animate({ height: '+=400' }, 2000, function() { // Animation complete. }); }); GSAP: $(document).ready(function(){ var newsContainer = document.getElementById("newsContainer"); TweenLite.to( newsContainer, 2, {css:{height:"800px"}}); }); The animation works perfect in Jquery, but nothing happens using GSAP - no errors, no nothing. Any suggestions?
  4. Just experienced the same problem with ContentDisplay.crop on the ImageLoader - very nice to see that the bug has already been caught and squished, good work!
×
×
  • Create New...