mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Auto merge of #11873 - notriddle:rotate_anim, r=glennw
Rotate animation Add rotation interpolation code for the case where their direction vectors are equal. ___ - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #11808 (github issue number if applicable). - [X] There are tests for these changes <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11873) <!-- Reviewable:end -->
This commit is contained in:
commit
beaef005c2
4 changed files with 73 additions and 3 deletions
|
@ -4540,6 +4540,18 @@
|
|||
"url": "/_mozilla/css/root_pseudo_a.html"
|
||||
}
|
||||
],
|
||||
"css/rotate_anim.html": [
|
||||
{
|
||||
"path": "css/rotate_anim.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/rotate_anim_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/rotate_anim.html"
|
||||
}
|
||||
],
|
||||
"css/rtl_body.html": [
|
||||
{
|
||||
"path": "css/rtl_body.html",
|
||||
|
@ -11696,6 +11708,18 @@
|
|||
"url": "/_mozilla/css/root_pseudo_a.html"
|
||||
}
|
||||
],
|
||||
"css/rotate_anim.html": [
|
||||
{
|
||||
"path": "css/rotate_anim.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/rotate_anim_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/rotate_anim.html"
|
||||
}
|
||||
],
|
||||
"css/rtl_body.html": [
|
||||
{
|
||||
"path": "css/rtl_body.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue