Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / ash / wm / overview / scoped_transform_overview_window.cc
index 9beb49f..ac5223b 100644 (file)
@@ -31,7 +31,7 @@ class WindowSelectorAnimationSettings
         ui::LayerAnimator::IMMEDIATELY_ANIMATE_TO_NEW_TARGET);
     SetTransitionDuration(base::TimeDelta::FromMilliseconds(
         ScopedTransformOverviewWindow::kTransitionMilliseconds));
-    SetTweenType(gfx::Tween::EASE_OUT);
+    SetTweenType(gfx::Tween::EASE_IN_OUT_2);
   }
 
   virtual ~WindowSelectorAnimationSettings() {