taiga-family / taiga-ui

Angular UI Kit and components library for awesome people
https://taiga-ui.dev
Apache License 2.0
3.29k stars 465 forks source link

🐞 - "Fade In" animation flickers when animation speed is zero #9704

Open hakimio opened 2 weeks ago

hakimio commented 2 weeks ago

Reproduction url

https://taiga-ui.dev/animations#tui-fade-in

Description

The "Fade In" animation flickers at epilepsy inducing rate when animation speed is zero:

Image

Taiga UI version

4.14.0

Browser Used

Chrome

OS Used

Windows

waterplea commented 2 weeks ago

Is this a documentation page issue or are you seeing any flicker in some of the component use in your app where you disabled animations?

hakimio commented 2 weeks ago

I don't disable animations in my apps. I only noticed this in the docs.

waterplea commented 2 weeks ago

Then we should probably detect if animations are disabled and just show a message instead of animations demo since you won't see them anyway