web-component-designer icon indicating copy to clipboard operation
web-component-designer copied to clipboard

Add a option to pause animations

Open jogibear9988 opened this issue 1 year ago • 0 comments

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

jogibear9988 avatar May 16 '24 21:05 jogibear9988