Files
servo/components/style
bors-servo 3b03f6d894 Auto merge of #20757 - emilio:animations, r=jdm
style: Some animation cleanups and fixes.

The transitions code is still terribly broken, but I ran out of time fixing it. We have nothing that stops transitions, which is just plain wrong. Most of this code should probably be rewritten, since with the current setup is pretty hard to get it right. Anyway...

Fixes #20731.
Fixes #20116.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20757)
<!-- Reviewable:end -->
2018-10-15 19:03:07 -04:00
..
2018-09-09 16:24:45 +02:00
2018-09-09 16:24:45 +02:00
2018-09-09 16:24:45 +02:00
2018-09-18 11:46:23 +02:00
2018-09-09 16:24:45 +02:00
2018-09-09 16:24:45 +02:00
2018-09-09 16:24:45 +02:00
2018-09-09 16:24:45 +02:00
2018-09-09 16:24:45 +02:00
2018-09-09 16:24:45 +02:00
2018-09-09 16:24:45 +02:00
2018-09-09 16:24:45 +02:00
2018-07-01 01:01:46 +02:00
2018-06-23 20:34:10 +02:00
2018-09-09 16:24:45 +02:00
2018-09-09 16:24:45 +02:00
2018-09-09 16:24:45 +02:00
2018-09-09 16:24:45 +02:00
2018-09-03 12:56:30 +02:00
2018-07-20 00:44:08 +02:00
2018-09-09 16:24:45 +02:00
2018-09-09 16:24:45 +02:00
2018-09-09 16:24:45 +02:00
2018-09-09 16:24:45 +02:00

servo-style

Style system for Servo, using rust-cssparser for parsing.