Webflow currently does not allow users to choose or manually update the version of the Lottie library used. The platform is integrated with a specific version (as you noted, 5.7.13), and this is managed internally by Webflow.
To use a newer version of Lottie and leverage canvas rendering, you’ll need to bypass Webflow’s native animation tools:
tag) to load the latest Lottie version and initialize the animation manually.
https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.12.2/lottie.min.js
).renderer: 'canvas'
).Webflow does not currently support choosing or updating the Lottie version, which limits access to canvas rendering and newer features found in v5.12.2. To use the latest version with canvas mode, you’ll need to implement Lottie via custom code embeds, giving up Webflow’s native animation features for more control and performance.