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:
bors-servo 2016-07-10 16:30:48 -07:00 committed by GitHub
commit beaef005c2
4 changed files with 73 additions and 3 deletions

View file

@ -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",