OLD | NEW |
| (Empty) |
1 -webkit-transform 10ms | |
2 fired transitionend with propertyName: transform | |
3 | |
4 transform 10ms | |
5 fired transitionend with propertyName: transform | |
6 | |
7 transform 10ms, -webkit-transform 10ms | |
8 fired transitionend with propertyName: transform | |
9 | |
10 -webkit-transform 10ms, transform 10ms | |
11 fired transitionend with propertyName: transform | |
12 | |
13 all 10ms | |
14 fired transitionend with propertyName: transform | |
15 | |
16 all 10ms, -webkit-transform 10ms | |
17 fired transitionend with propertyName: transform | |
18 | |
19 -webkit-transform 10ms, all 10ms | |
20 fired transitionend with propertyName: transform | |
OLD | NEW |