Chromium Code Reviews| Index: chrome/browser/resources/vr_shell/vr_shell_ui.js |
| diff --git a/chrome/browser/resources/vr_shell/vr_shell_ui.js b/chrome/browser/resources/vr_shell/vr_shell_ui.js |
| index 283434ce81bb13e6ccda3378b6c023d0dad0d6f9..d7d407d2cc403fcb7ffcd94fd01109b42e469393 100644 |
| --- a/chrome/browser/resources/vr_shell/vr_shell_ui.js |
| +++ b/chrome/browser/resources/vr_shell/vr_shell_ui.js |
| @@ -99,6 +99,7 @@ var vrShellUi = (function() { |
| ui.addAnimation(anim); |
| anim = new api.Animation(this.elementId, ANIM_DURATION); |
| anim.setSize(height * this.SCREEN_RATIO, height); |
| + anim.setEasing(new api.InEasing(2)); |
|
cjgrant
2017/02/16 14:51:47
Was this meant to be included?
tiborg
2017/02/16 17:30:49
Oops, no. Removed.
|
| ui.addAnimation(anim); |
| } |