Home | History | Annotate | Download | only in ca

Lines Matching defs:fillMode

1674     PlatformCAAnimation::FillModeType fillMode = PlatformCAAnimation::NoFillMode;
1675 switch (anim->fillMode()) {
1677 fillMode = PlatformCAAnimation::Forwards; // Use "forwards" rather than "removed" because the style system will remove the animation when it is finished. This avoids a flash.
1680 fillMode = PlatformCAAnimation::Both; // Use "both" rather than "backwards" because the style system will remove the animation when it is finished. This avoids a flash.
1683 fillMode = PlatformCAAnimation::Forwards;
1686 fillMode = PlatformCAAnimation::Both;
1695 propertyAnim->setFillMode(fillMode);