Skip to content

Can't work correctly on elements that use animation or transitions #151

@baocang

Description

@baocang

I just solved the problem by ignoring animations and transitions.

if (!(/animation/.test(csName)) && !(/transition/.test(csName))) {
    dstNode.style.setProperty(csName, cs.getPropertyValue(csName), cs.getPropertyPriority(csName));
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions