export const turnOnAnimations = () => document.body.parentElement.setAttribute('animations', 'on'); export const turnOffAnimations = () => document.body.parentElement.setAttribute('animations', 'off');