diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-28 00:30:45 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-28 00:30:45 +0000 |
commit | cab13b76e0d18c88aaa2cb34ad031c3afd2f82e0 (patch) | |
tree | 8ba86df4106d481091a60edd35bec71eb91ccb65 /app/slide_animation.h | |
parent | 58a994249edb6c7b722c0d653c7490d517ba99a9 (diff) | |
download | chromium_src-cab13b76e0d18c88aaa2cb34ad031c3afd2f82e0.zip chromium_src-cab13b76e0d18c88aaa2cb34ad031c3afd2f82e0.tar.gz chromium_src-cab13b76e0d18c88aaa2cb34ad031c3afd2f82e0.tar.bz2 |
Update an inaccurate comment.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/159357
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21760 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/slide_animation.h')
-rw-r--r-- | app/slide_animation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/slide_animation.h b/app/slide_animation.h index 60e0f44..15357fd 100644 --- a/app/slide_animation.h +++ b/app/slide_animation.h @@ -47,8 +47,8 @@ class SlideAnimation : public Animation { virtual ~SlideAnimation(); enum TweenType { - NONE, // Default linear. - EASE_OUT, // Fast in, slow out. + NONE, // Linear. + EASE_OUT, // Fast in, slow out (default). EASE_IN, // Slow in, fast out. EASE_IN_OUT, // Slow in and out, fast in the middle. FAST_IN_OUT, // Fast in and out, slow in the middle. |