airbnb / lottie-web

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

How to disable transform3d to svg? #3068

Open luanargolodev opened 8 months ago

luanargolodev commented 8 months ago

I'm having problems using on my website. When using it with a lottie animation, I noticed that the svg is applying a transform: translate3d and is applying a blur to the animation.

How do I deactivate?

When you deselect this attribute, the svg returns and has satisfactory quality.

image

luanargolodev commented 8 months ago

I'm use:

<lottie-player
  src={animation.value}
  background={background}
  speed={speed}
  style={style}
  direction={direction}
  mode={mode}
  loop={loop}
  autoplay={autoplay}
>
</lottie-player>