PASS A CSS Transition should be reflected entirely as a CSSTransition object on the timeline. | |
PASS Web Animations should reflect the transition-delay property. | |
PASS Web Animations should reflect the transition-duration property. | |
PASS Web Animations should reflect the transition-property property. | |
PASS Web Animations should not reflect the transition-timing-function property on the effect's timing. | |
PASS Calling finish() on the animation no longer lists the animation after it has been running. | |
PASS Seeking the animation to its end time no longer lists the animation after it has been running. | |
PASS Setting the target's transition-property to none no longer lists the animation after it has been running. | |
PASS Seeking the target's transition-duration to 0 no longer lists the animation after it has been running. | |