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月.
Animation.pending は ウェブアニメーション API の読み取り専用プロパティで、アニメーションが現在、再生開始や実行するアニメーションの一時停止などを行う非同期操作を待っているかどうかを示します。
値
アニメーションが待機中の場合は true、そうでなければ false です。
仕様書
| Specification | 
|---|
| Web Animations> # dom-animation-pending> | 
ブラウザーの互換性
Loading…
関連情報
- Animation: ウェブページのアニメーションを制御するためのその他のメソッドやプロパティ
- ウェブアニメーション API