web-component-designer
web-component-designer copied to clipboard
Add a option to pause animations
could be done with a style like this:
* {
animation-play-state: paused !important;
}
we should be able to inject this via a click, and also remove it