How can i add a class to a (v)dom-element of another page? Is this possible?
For example i have the index.tsx and the settings.tsx page. Now (in the Browser), if i click in settings.tsx the checkbox input i will add a class to a element in the index.tsx page.
To explain: I want to trigger a "no animations"-checkbox in the settings section of my portfolio page and this should add a ".no_animation"-class to all the elements with css-animation. The class itself shut down the animations then...
Someone can help me?