create a css that sets animation named `js-set-text`

and then use js to catch that animation and set attribute `[data-js-text="Hello World"]`

this should work on html: `<h1 class="myh1">Hello World</h1>`