Webflow sync, pageviews & more.
NEW

Are other users experiencing lottie animations disappearing on Chrome with Webflow?

TL;DR
  • Check for Chrome-specific rendering bugs, especially on high refresh rate displays or with scroll-based animations.
  • Adjust Webflow settings: set Lottie display to block/flex, ensure correct positioning, and verify playback settings.
  • Use optimized Lottie JSON files avoiding unsupported features, and apply CSS fixes like backface-visibility or will-change.
  • Test the animation across browsers and devices to confirm if the issue is Chrome-specific.

Yes, some users have reported issues with Lottie animations disappearing or not displaying correctly in Chrome when used in Webflow. This is typically due to rendering quirks in Chrome or specific settings in the Lottie file/element.

1. Review Known Chrome Rendering Issues

  • Chrome updates can occasionally introduce rendering bugs that impact vector animations like Lottie.
  • This issue is more noticeable on high refresh rate monitors, certain GPU/driver combos, or when scroll-based animations are used.

2. Check Webflow-Specific Settings

  • Set the Lottie element’s display to block or flex instead of inline or auto.
  • Ensure positioning isn’t set to absolute or fixed unless necessary, and that parent containers are properly sized.
  • Verify that the loop/playback settings are correctly configured in the Lottie element.

3. Optimize the Lottie File

  • Use a clean JSON file exported with “Bodymovin” plugin in After Effects.
  • Avoid unsupported effects like expressions, effects layers, or 3D layers which may cause glitches.
  • Compress the animation using LottieFiles Editor or its optimization tools.

4. Add CSS Rendering Fixes

  • Apply backface-visibility: hidden or will-change: transform to the element.
  • You can add this via Custom CSS in Webflow Project Settings > Custom Code or the embed component.

5. Test Across Browsers and Devices

  • Check the animation in multiple browsers (Firefox, Safari) and on different devices to isolate if it’s specific to Chrome.
  • Use Incognito mode or disable extensions to rule out browser add-ons affecting rendering.

Summary

Lottie animations disappearing in Chrome on Webflow are a known issue linked to browser rendering quirks, element settings, or animation complexity. To resolve it, double-check the element’s Webflow settings, optimize the Lottie JSON, and apply CSS rendering fixes like will-change: transform.

Rate this answer

Other Webflow Questions