node-projects / web-component-designer

A Designer for HTML Components or Pages in a WebComponent
https://node-projects.github.io/web-component-designer-demo/index.html
MIT License
136 stars 16 forks source link

Add a option to pause animations #428

Open jogibear9988 opened 3 months ago

jogibear9988 commented 3 months ago

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