
sger
-
Posts
5 -
Joined
-
Last visited
Content Type
Profiles
Forums
Store
Blog
Product
Showcase
FAQ
ScrollTrigger Demos
Downloads
Posts posted by sger
-
-
Hello,
I'm generating dynamic divs inside a container every time the animations stops i'm generating new divs at some point i want to clear all the divs inside container i'm using
$('#container').empty();
but the animation is still running even i call
TweenMax.killChildTweensOf( '#container' );
the animation is still running some of the code i'm using
function generate(item) {TweenMax.to(item, duration, { delay, scale:range(end, "scale"), autoAlpha:range(end, "opacity"), rotation:getRandomInt(0, 180), ease:Linear.easeNone, generate, onCompleteParams:[items]});}for (var i = 0; i < 20; i++) {generate( $("<div />", {id:"item" + i}).addClass("item").appendTo($('#container', this.el)));}
any help on this?
-
1) Please make sure you're using the latest version of LoaderMax/VideoLoader. http://www.greensock.com/loadermax/
2) If you're still having trouble, please post a very simple FLA (with support files) that we can publish to clearly see the issue reproduced. That makes troubleshooting MUCH easier.
Hello just send you a PM with .zip file
-
i'm using the latest version of tweenlite (which contains max loader right?)
i'm loading 20 flvs in queue with max loader i think there is a problem with cached flvs because the first time is working good.
I will try to send you a zip with the code
-
Hello,
I'm using loader max and video loader for loading multiple flv files (using prioritize) but i have a problem.The first time flv is buffering and playing correctly but when i refresh the website the flv is not playing from the beginning but starts after 2 seconds like a glitch
any ideas?
killChildTweensOf not working
in GSAP
Posted
yes
http://jsfiddle.net/sger/P5QRP/