Hey there,   you'll want to use functional values alongside the invalidateOnRefresh to make sure ST does get the new value for the window's width on refresh.   // change this x: -$( window ).innerWidth() // to this x: () => -$( window ).innerWidth()   See the Pen oNGRrYj by akapowl (@akapowl) on CodePen  
    • Like
    3