Home | History | Annotate | Download | only in style

Lines Matching refs:inheritTransitions

1013     void inheritTransitions(const AnimationList* parent) { rareNonInheritedData.access()->m_transitions.set(parent ? new AnimationList(*parent) : 0); }