| Index: ui/views/animation/ink_drop_hover.cc
|
| diff --git a/ui/views/animation/ink_drop_hover.cc b/ui/views/animation/ink_drop_hover.cc
|
| index 8f17674ecd0f4f79e51d97a4ead3ee90757337cf..439ee24f444f45df3e4935032f29bc3620eb5662 100644
|
| --- a/ui/views/animation/ink_drop_hover.cc
|
| +++ b/ui/views/animation/ink_drop_hover.cc
|
| @@ -67,6 +67,7 @@ void InkDropHover::AnimateFade(HoverAnimationType animation_type,
|
|
|
| ui::LayerAnimator* animator = layer_->GetAnimator();
|
| ui::ScopedLayerAnimationSettings animation(animator);
|
| + animation.SetTweenType(gfx::Tween::EASE_IN_OUT);
|
| animation.SetPreemptionStrategy(
|
| ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
|
| ui::LayerAnimationElement* animation_element =
|
|
|