• Resolved harrowmykel

    (@harrowmykel)


    Please remove the animation in HTML element “use” or make it more specific to elements in blocks from Code Mirror
    /wp-codemirror-block/assets/blocks/blocks.style.build.min.css?ver=1581706799

    instead of

    use {
        stroke: #fff;
        animation: a 2s linear infinite;
    }

    please use something like

    .code-mirror-block use {
        stroke: #fff;
        animation: a 2s linear infinite;
    }

    that way it does not affect other part of the website

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unwanted animation in html element use’ is closed to new replies.