Given this is achieved with CSS, there is no reason that users can't disable animations with a user style sheet. In fact this is what some users do, according to a CSS Working Group discussion about disabling view transitions.
Some users do set
transition-duration: 0 !importantin user style sheets in order to prevent transitions, same withanimation: none !importantor so.