Commit 6d2353a9 authored by mgiuca's avatar mgiuca Committed by Commit bot

App list PaginationModel: Use EASE_IN_OUT tweening for smooth animation.

BUG=406222

Review URL: https://codereview.chromium.org/557173003

Cr-Commit-Position: refs/heads/master@{#294129}
parent ea200a42
......@@ -233,7 +233,7 @@ void PaginationModel::StartTransitionAnimation(const Transition& transition) {
SetTransition(transition);
transition_animation_.reset(new gfx::SlideAnimation(this));
transition_animation_->SetTweenType(gfx::Tween::LINEAR);
transition_animation_->SetTweenType(gfx::Tween::EASE_IN_OUT);
transition_animation_->Reset(transition_.progress);
const int duration = is_valid_page(transition_.target_page) ?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment