ChrisCodes
ChrisCodes

Reputation: 65

setTimeout in IE8 with jquery jstween animation loop

the following animation works just fine in chrome and firefox, but doesn't run in an infinite loop on IE8. http://jsbin.com/acokus/5/edit

i think there is a problem with the setTimeout, or i've done something fundamentaly wrong..

Upvotes: 3

Views: 353

Answers (1)

ChrisCodes
ChrisCodes

Reputation: 65

the solution:

i don't know exactly why it's working now in IE8, but maybe it's helpful for someone who likes to program loops with jsTween:

http://jsbin.com/acokus/17/edit

Upvotes: 0

Related Questions