Home | History | Annotate | Download | only in css

Lines Matching refs:animations

227     const AnimationList* parentList = m_parentStyle->animations(); \
235 /* Reset any remaining animations to not have the property set. */ \
254 /* Walk each value and put it into an animation, creating new animations as needed. */ \
269 /* Reset all remaining animations to not have the property set. */ \
304 /* Walk each value and put it into a transition, creating new animations as needed. */ \
1019 if (style->transitions() || style->animations())
1666 // Do the same for animations and transitions.
5272 m_style->inheritAnimations(m_parentStyle->animations());