|
@@ -214,13 +214,13 @@ void Element::Update(float dp_ratio)
|
|
|
|
|
|
|
|
UpdateStructure();
|
|
UpdateStructure();
|
|
|
|
|
|
|
|
- style->UpdateDefinition();
|
|
|
|
|
- scroll->Update();
|
|
|
|
|
-
|
|
|
|
|
UpdateTransition();
|
|
UpdateTransition();
|
|
|
UpdateAnimation();
|
|
UpdateAnimation();
|
|
|
AdvanceAnimations();
|
|
AdvanceAnimations();
|
|
|
|
|
|
|
|
|
|
+ style->UpdateDefinition();
|
|
|
|
|
+ scroll->Update();
|
|
|
|
|
+
|
|
|
if(style->AnyPropertiesDirty())
|
|
if(style->AnyPropertiesDirty())
|
|
|
{
|
|
{
|
|
|
const ComputedValues* parent_values = nullptr;
|
|
const ComputedValues* parent_values = nullptr;
|