servo/components/style
Emilio Cobos Álvarez 0077eb147c
style: Actually animate something!
So this actually allows some more animations to be triggered. The bad part of
this is that they're actually triggered always when the style is recalculated,
so we're going to have at least some more state into the node, and the
constellation, which would have to keep track of the animations states.
2016-06-28 15:09:53 +00:00
..
properties style: Actually animate something! 2016-06-28 15:09:53 +00:00
animation.rs style: Actually animate something! 2016-06-28 15:09:53 +00:00
attr.rs Add some documentation to the style crate. 2016-06-27 17:33:14 +02:00
bezier.rs Move util::bezier to style 2016-02-14 19:45:24 +01:00
build.rs Explicitly list inputs to the style crate's build script 2016-05-11 10:46:33 -07:00
Cargo.toml Update Rust to 1.11.0-nightly (ad7fe6521 2016-06-23) 2016-06-27 14:13:44 +02:00
context.rs Add some documentation to the style crate. 2016-06-27 17:33:14 +02:00
custom_properties.rs Add some documentation to the style crate. 2016-06-27 17:33:14 +02:00
data.rs Add some documentation to the style crate. 2016-06-27 17:33:14 +02:00
dom.rs Auto merge of #11834 - servo:style-docs, r=SimonSapin 2016-06-27 17:14:55 -05:00
element_state.rs Add some documentation to the style crate. 2016-06-27 17:33:14 +02:00
error_reporting.rs Add some documentation to the style crate. 2016-06-27 17:33:14 +02:00
font_face.rs Add some documentation to the style crate. 2016-06-27 17:33:14 +02:00
keyframes.rs style: Actually animate something! 2016-06-28 15:09:53 +00:00
lib.rs style: Add @keyframe rule parsing. 2016-06-28 15:09:53 +00:00
logical_geometry.rs Make the style crate almost build on stable Rust. 2016-06-22 15:44:13 +02:00
matching.rs style: Actually animate something! 2016-06-28 15:09:53 +00:00
media_queries.rs Add some documentation to the style crate. 2016-06-27 17:33:14 +02:00
parallel.rs Make the style crate almost build on stable Rust. 2016-06-22 15:44:13 +02:00
parser.rs Add some documentation to the style crate. 2016-06-27 17:33:14 +02:00
README.md docs: Add style overview. 2016-05-04 00:34:03 +02:00
refcell.rs Add commit hash to be reverted in FIXME comment. 2016-06-23 16:14:33 +02:00
restyle_hints.rs Add some documentation to the style crate. 2016-06-27 17:33:14 +02:00
selector_impl.rs style: Refactor to pass animations cleanly, land animation-name parsing as experimental 2016-06-28 15:09:53 +00:00
selector_matching.rs style: Refactor the @keyframes parsing and add adequate computation for it. 2016-06-28 15:09:53 +00:00
sequential.rs Remove lifetimes from T{Node,Element,Document}. 2016-03-14 14:31:57 -07:00
servo.rs Add some documentation to the style crate. 2016-06-27 17:33:14 +02:00
stylesheets.rs style: Refactor to pass animations cleanly, land animation-name parsing as experimental 2016-06-28 15:09:53 +00:00
traversal.rs style: Refactor to pass animations cleanly, land animation-name parsing as experimental 2016-06-28 15:09:53 +00:00
values.rs style: Refactor all the animated properties to use the style system properly 2016-06-28 15:09:53 +00:00
viewport.rs style: Refactor all the animated properties to use the style system properly 2016-06-28 15:09:53 +00:00

servo-style

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