aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/animation.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-1415/+0
* style: Share computed animation-iteration-count representation between Servo ...Emilio Cobos Álvarez2023-11-061-4/+5
* style: Allow propagating computed style bits from the selector-matching processEmilio Cobos Álvarez2023-11-031-0/+1
* style: Run "cargo +nightly fmt" for style components in servoTing-Yu Lin2023-11-031-1/+2
* Stop transitioning properties with a discrete animation type (#30565)Oriol Brufau2023-10-201-0/+4
* style: Update rust's step function basd on C++ `ComputedTimingFunction`David Shin2023-10-021-1/+7
* style: Move Rust animation to `ComputedTimingFunction`David Shin2023-10-021-67/+1
* style: Hook up linear easing calculation for servo and expose it to C++David Shin2023-10-021-4/+14
* style: Rust side plumbing work for linear easing functionDavid Shin2023-10-021-11/+16
* style: Move transitions and animations to nsStyleUIResetEmilio Cobos Álvarez2023-08-161-16/+16
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-16/+16
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-16/+16
* style: Add support for the revert-layer keywordEmilio Cobos Álvarez2023-06-091-0/+2
* animations: Don't convert linear easing to a bezierMartin Robinson2020-06-241-3/+11
* animations: Finish support for fractional iteration countsMartin Robinson2020-06-241-57/+93
* style: Fix gecko build.Emilio Cobos Álvarez2020-06-181-3/+4
* animations: Don't apply animation delay to every iterationMartin Robinson2020-06-181-1/+1
* Combine AnimationAndTransitionDeclarations and AnimationRulesMartin Robinson2020-06-161-20/+4
* Add animation and transition support for pseudo-elementsMartin Robinson2020-06-161-5/+88
* Add DocumentAnimationSet and AnimationSetKeyMartin Robinson2020-06-151-14/+72
* animations: Don't always re-resolve the node styleMartin Robinson2020-06-101-2/+1
* Include animations and transitions in the cascadeMartin Robinson2020-06-091-56/+106
* Better computation of animation keyframesMartin Robinson2020-06-051-119/+230
* Cache animation computed values when animations changeMartin Robinson2020-06-051-143/+159
* style: Clean up cascade rule iteration. r=nordzillaEmilio Cobos Álvarez2020-06-041-12/+8
* Add support for remaining animation and transition eventsMartin Robinson2020-05-261-34/+66
* Have Animations struct handle rooting nodesMartin Robinson2020-05-261-9/+0
* Improve ending of transitionsMartin Robinson2020-05-211-1/+1
* Implement animationiteration eventMartin Robinson2020-05-211-30/+23
* Add support for faster reversing of interrupted transitionsMartin Robinson2020-05-201-36/+150
* Implement `animation-fill-mode`Martin Robinson2020-05-171-67/+86
* Remove AnimatedPropertyMartin Robinson2020-05-131-90/+64
* Move most animation processing to scriptMartin Robinson2020-05-121-6/+7
* Split animations and transitions into separate listsMartin Robinson2020-05-061-528/+507
* Use a restyle for animation ticksMartin Robinson2020-05-051-108/+136
* Add support for animationend eventMartin Robinson2020-05-011-0/+11
* Split animation cancellation from update_style_for_animationMartin Robinson2020-04-301-86/+112
* Restyle should reflect animations and transitionsMartin Robinson2020-04-291-40/+48
* Add ElementAnimationState and PossibleElementAnimationStateMartin Robinson2020-04-241-98/+163
* style: Minor build fixesEmilio Cobos Álvarez2020-04-231-2/+6
* Add support for canceling CSS transitionsMartin Robinson2020-04-221-27/+108
* Eliminate `AnimationFrame`Martin Robinson2020-04-181-52/+18
* Add an iterator for transition propertiesMartin Robinson2020-04-171-93/+60
* style: Refactor some animations codeMartin Robinson2020-04-141-33/+9
* Avoid infinitely looping CSS transitions.Josh Matthews2020-04-011-19/+16
* style: Use only Origin during the cascade, rather than CascadeLevel.Emilio Cobos Álvarez2019-11-301-2/+2
* Fix some new warningsSimon Sapin2019-06-221-2/+2
* Remove unused code from selector and style cratesest312019-06-071-17/+0
* style: Minor build fixup after the Servo crossbeam_channel update.Emilio Cobos Álvarez2018-12-161-0/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1