aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/animations.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy: Fix mem_replace_with_default warnings (#31921)Oluwatobi Sofela2024-03-281-1/+1
* clippy: Fix option_map_unit_fn warnings (#31906)Oluwatobi Sofela2024-03-271-2/+2
* clippy: Fix clone-on-copy warnings (#31877)Oluwatobi Sofela2024-03-261-2/+2
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-13/+15
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* No tracing of nop traceable fields (#29926)Samson2023-08-041-6/+14
* Fix flakiness in animation testsMartin Robinson2023-05-021-4/+18
* fix(script): request animation ticks if `Animations::pending_events` is not e...yvt2023-02-101-8/+24
* Remove unused arguments from methods.teymour-aldridge2021-02-051-4/+2
* Auto merge of #27032 - mrobinson:fractional-iteration, r=jdmbors-servo2020-06-241-4/+8
|\
| * animations: Finish support for fractional iteration countsMartin Robinson2020-06-241-4/+8
* | Cancel animations for nodes which are removed from the DOMMartin Robinson2020-06-171-0/+21
|/
* Add animation and transition support for pseudo-elementsMartin Robinson2020-06-161-8/+18
* Add DocumentAnimationSet and AnimationSetKeyMartin Robinson2020-06-151-26/+41
* Add support for remaining animation and transition eventsMartin Robinson2020-05-261-6/+91
* Have Animations struct handle rooting nodesMartin Robinson2020-05-261-152/+252
* Improve ending of transitionsMartin Robinson2020-05-211-1/+2
* Implement animationiteration eventMartin Robinson2020-05-211-2/+29
* Remove AnimatedPropertyMartin Robinson2020-05-131-3/+3
* Move most animation processing to scriptMartin Robinson2020-05-121-0/+293