Animation:pending 属性
        
        
          
                Baseline
                
                  Widely available
                
                
              
        
        
        
          
                
              
                
              
                
              
        
        
      
      This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2020年3月.
Web Animations API 的 Animation.pending 只读属性指示动画当前是否正在等待异步操作,例如启动播放或暂停正在运行的动画。
值
如果动画正在等待,则为 true;否则为 false。
规范
| Specification | 
|---|
| Web Animations> # dom-animation-pending> | 
浏览器兼容性
Loading…
参见
- Animation,用于控制网页动画的其他方法和属性。
- Web Animations API