Webflow currently does not allow users to select or update the version of the Lottie player it uses within the Designer. It locks the built-in Lottie integration to version 5.7.13, and this version cannot be changed via the UI or settings.
If you need Canvas mode or want the newest features from Lottie 5.12.2:
.json
Lottie file to your Webflow assets or external hosting (like AWS, Firebase, or jsDelivr).https://unpkg.com/lottie-web@5.12.2/build/player/lottie.min.js
).lottie.loadAnimation()
specifying renderer: 'canvas'.lottie.loadAnimation()
configuration and trigger the animation under certain conditions (e.g., on page load, scroll, or click).Webflow locks the built-in Lottie version to 5.7.13, and it cannot be updated or set to Canvas mode via project settings. To use newer versions or rendering modes like Canvas, use a custom embed with the latest Lottie player and initialize it manually with JavaScript.