Bug 780340 - Allow compositor-driven animations of visibility r=mattwoodrow

This commit is contained in:
David Zbarsky 2012-08-05 13:03:43 -04:00
Родитель 7dd0db93dc
Коммит f26a2c38bd
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -230,6 +230,9 @@ CommonElementAnimationData::CanAnimatePropertyOnCompositor(const dom::Element *a
}
nsIFrame* frame = aElement->GetPrimaryFrame();
if (aProperty == eCSSProperty_visibility) {
return true;
}
if (aProperty == eCSSProperty_opacity) {
bool enabled = nsLayoutUtils::AreOpacityAnimationsEnabled();
if (!enabled && sShouldLog) {