зеркало из https://github.com/mozilla/gecko-dev.git
Bug 780340 - Allow compositor-driven animations of visibility r=mattwoodrow
This commit is contained in:
Родитель
7dd0db93dc
Коммит
f26a2c38bd
|
@ -230,6 +230,9 @@ CommonElementAnimationData::CanAnimatePropertyOnCompositor(const dom::Element *a
|
||||||
}
|
}
|
||||||
|
|
||||||
nsIFrame* frame = aElement->GetPrimaryFrame();
|
nsIFrame* frame = aElement->GetPrimaryFrame();
|
||||||
|
if (aProperty == eCSSProperty_visibility) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
if (aProperty == eCSSProperty_opacity) {
|
if (aProperty == eCSSProperty_opacity) {
|
||||||
bool enabled = nsLayoutUtils::AreOpacityAnimationsEnabled();
|
bool enabled = nsLayoutUtils::AreOpacityAnimationsEnabled();
|
||||||
if (!enabled && sShouldLog) {
|
if (!enabled && sShouldLog) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче