Skip to content

IE10+版本transitionend无法触发 #6

@java0racle

Description

@java0racle
  • tags: transform:rotate
  • platform:desktop-IE10+
描述

IE10+版本做transform动画,在时间为0的情况下,监听transitionend事件无法触发

解决方案

时间设置为0.001s

相关代码
transition-duration: 0.001s;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions