Jump to content
Search Community

btuck044

Members
  • Posts

    3
  • Joined

  • Last visited

btuck044's Achievements

0

Reputation

  1. The transition was a for a simple button hover over. So it would be more efficient to have this hover over be a gsap animation instead?
  2. 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...