Results 1 comments of Nikolay Tuzov

I solved the problem this way: I added into `assets/css/_override.scss` code: ``` h1.animate__animated { -webkit-animation-duration: 0s !important; animation-duration: 0s !important; } ```