You definitely shouldn't be using WebKitCSSMatrix like that - it would be much cleaner (and more compatible) to use a simple gsap.getProperty(".ticker-wrapper", "x") but you don't even need to do that. Here's a different approach that leverages a simple xPercent animation:  See the Pen rNwaLvw?editors=0010 by GreenSock (@GreenSock) on CodePen   $(document).ready( function(){ $('ul li').wrapAll('<span class="ticker-items">'); var tickerWid
    • Thanks
    • Like
    7