Bug 1452926 - add easing back to videocontrol control animations, r=timdream

MozReview-Commit-ID: w8rdA1uk5H

--HG--
extra : rebase_source : 4aab405627ba2ad6fb276c8d522c1d59891d25f2
This commit is contained in:
Gijs Kruitbosch 2018-04-10 14:44:21 +01:00
Родитель 0286edbecd
Коммит a854279b1d
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1102,6 +1102,7 @@
{ transform: "scale(1)", opacity: 0.55 }
],
options: {
easing: "ease",
duration: 400
}
},
@ -1111,6 +1112,7 @@
{ opacity: 1 }
],
options: {
easing: "ease",
duration: 200
}
},