Jump to content
Search Community

btuck044

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by btuck044

  1. Hello I am having an issue with animations on IE 10 and 11 and I have found the culprit to be that the element that i am trying to animate has a "transition" style in my style sheet removing this allows the animation to work correctly in IE10/11.  This issue does not exist in other browsers. 

     

    As for my animation I am just doing a simple animation: TweenMax.from(element, 1, {x:200, repeat:-1, yoyo:true});

     

    Any fix out there for this issue?

     

    Thank you

×
×
  • Create New...