External JS Animation via Inline Render Callback
-
First off – thanks for building this plugin, it’s easy to use and effective.
My issue is that I’m trying to animate SVGs after they’ve been rendered inline, but the external JS fires before the replacement, and the element isn’t inlined on the page yet.
How can I target the SVG once the replacement has occurred?
It would be awesome if there was a callback function that could be used to fire our JS animations after the SVG replacement has occurred.
I can animate the SVG from the JS console once the inline replacement has occurred, leading me to believe it’s just an ‘order of operations’ type problem.
It’s also quite possible I’m doing something wrong 🙂
The topic ‘External JS Animation via Inline Render Callback’ is closed to new replies.