Home | History | Annotate | Download | only in mac

Lines Matching refs:animations

590     // Look for running animations affecting this property.
1264 // Turn off default animations.
1507 // Remove all animations with this property in the key.
1526 const Vector<AnimationPair>& animations = animationIt->second;
1527 for (size_t i = 0; i < animations.size(); ++i) {
1528 const AnimationPair& currPair = animations[i];
1554 // so we can remove the animations later if needed.
1663 // Animations on the layer are immutable, so we have to clone and modify.
1688 // Pause the animations on the clones too.
1812 // CA applies animations in reverse order (<rdar://problem/7095638>) so we need the last one we add (per property)
1901 // This codepath is used for 2-keyframe animations, so we still need to look in the start
1976 // This codepath is used for 2-keyframe animations, so we still need to look in the start
2042 // Suspend the animations on the clones too.
2058 // Resume the animations on the clones too.
2189 // move over animations
2227 // Turn off implicit animations on the inner layer.