1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00

in slide down on lock

This commit is contained in:
Kyle Spearrin
2017-10-19 10:27:15 -04:00
parent e64714c8d5
commit a465074cfc
2 changed files with 28 additions and 1 deletions

View File

@@ -57,7 +57,7 @@
$analytics.eventTrack('Lock Now');
lockService.lock().then(function () {
return $state.go('lock', {
animation: 'in-slide-up'
animation: 'in-slide-down'
});
});
};