Interface AnimationPlaybackEventInit
interface AnimationPlaybackEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
currentTime?: CSSNumberish;
timelineTime?: CSSNumberish;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
currentTime?: CSSNumberish;
timelineTime?: CSSNumberish;
}
                 
                    
                  Hierarchy
              
              - EventInit- AnimationPlaybackEventInit (View Summary)