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 !important in user style sheets in order to prevent transitions, same with animation: none !important or so.