Jump to content
Search Community

DrMcCleod

Members
  • Posts

    4
  • Joined

  • Last visited

DrMcCleod's Achievements

  1. In the linked codepen (http://codepen.io/anon/pen/JXeoYy?editors=1010), I would expect the image to move across the screen smoothly over 5 seconds, instead it jumps as though the transformOrigin values are not being tweened. Why is this, and how can I fix it? (Also, it doesn't seem to work at all in Firefox...)
  2. Diaco, thanks for that. By combining the onComplete event as in your example with setting the suppressEvents argument of the TimelineMax.seek method to false, I got my code working.
  3. A timeline which animates the css 'float' property shows unexpected behaviour. When seeking the timeline to an intermediate time, the style.cssText property of the animated element does not show any entry for the 'float' value. The codepen demo http://codepen.io/anon/pen/qdJaVo shows the effect. Is this working as intended?
×
×
  • Create New...