From @alancutter on May 6, 2016 3:52
Playing and pausing Animations are asynchronous operations due to the existence of off main thread animations. This detail is captured with pending play and pause tasks.
Changing the playback rate of an Animation is similarly asynchronous and should have its own pending task.
Copied from original issue: w3c/web-animations#151