Disable animations / page transitions #635
Replies: 2 comments 1 reply
-
To answer my own question, a simple quick way to do this would be using a custom css file:
Is there another way to remove animate.css completely? |
Beta Was this translation helpful? Give feedback.
-
Hey @taenzerme either that or create an overwrite of the file https://github.com/Laravel-Backpack/CRUD/blob/c39ccb8074e15b075b8f2e09275d5514196955f0/src/resources/views/ui/inc/styles.blade.php#L1 If you place it in Although notice that by overwriting this file you will not get updates we do on it, so you should take care to keep it up-to-date with the core. (that file shouldn't change much, but the possibility exists). Apart from your suggestion and my own, I am not seeing at the moment other way to disable the animations. Cheers |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
is there an easy way to disable all transitions / animations (especially on page load)?
Best,
Sebastian
Beta Was this translation helpful? Give feedback.
All reactions