Files
servo/components/script
Hiroyuki Ikezoe 9ff99d4608 Update CSS animations in a SequentialTask.
We create the SequentialTask only if:

* We have no old computed values and we have animation name style in the new
  computed values.
* Any animation properties is changed.
* display property is changed from 'none' and we have animation name style.
* display property is changed to 'none'.

In a subsequent patch we skip the SequentialTask if we have no running
animations and the display propery is changed to 'none'.
2017-03-10 11:36:58 +09:00
..
2016-12-08 08:50:35 -10:00
2017-02-03 13:33:37 +01:00
2017-03-02 16:40:02 +01:00
2016-12-08 08:50:35 -10:00
2016-12-08 08:50:35 -10:00
2016-12-14 18:04:37 -06:00