servo/components/style
Emilio Cobos Álvarez 8527762b83
style: Allow pausing and unpausing animations.
There's a bit of flickering when unpausing where the node has the original
state, but I'm not totally sure where it comes from, posibly from
PropertyAnimation returning None due to no styles changing?
2016-06-28 15:13:03 +00:00
..
properties tidy: Clean up warnings and tidy lints. 2016-06-28 15:09:53 +00:00
animation.rs style: Allow pausing and unpausing animations. 2016-06-28 15:13:03 +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 tidy: Clean up warnings and tidy lints. 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: Allow pausing and unpausing animations. 2016-06-28 15:13:03 +00:00
media_queries.rs Add some documentation to the style crate. 2016-06-27 17:33:14 +02:00
parallel.rs style: Allow pausing and unpausing animations. 2016-06-28 15:13:03 +00: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 tidy: Clean up warnings and tidy lints. 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: Atomize animation names. 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.