airbnb / lottie-web

Render After Effects animations natively on Web, Android and iOS, and React Native. http://airbnb.io/lottie/
MIT License
30.54k stars 2.87k forks source link

HTML rendered output does not match the desired result #3115

Closed Kcium closed 1 month ago

Kcium commented 1 month ago

When using an HTML renderer, the lack of empty node filtering can lead to animation rendering anomalies where used empty nodes cannot find adjacent nodes when inserted into the DOM view, resulting in layer misalignment.

Kcium commented 1 month ago

https://github.com/airbnb/lottie-web/blob/0d658b34c40d4e81eafdccbf698815346454a899/player/js/renderers/HybridRendererBase.js#L211