forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cc: Fix animation end value for animations that alternate direction
This fixes the logic used in Animation::TrimTimeToCurrentIteration for times that are >= the total duration of the animation and animations that alternate direction. The previous logic reversed the result from the correct value, causing flicker at the end of such animations. BUG=348071 Review URL: https://codereview.chromium.org/263243003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268392 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
ajuma@chromium.org
committed
May 6, 2014
1 parent
2456926
commit 17eae39
Showing
2 changed files
with
56 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters