1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

slide up/down animations for "modal" style pages

This commit is contained in:
Kyle Spearrin
2016-09-09 18:35:12 -04:00
parent ac0ceac647
commit 59f72d6e09
11 changed files with 95 additions and 15 deletions

View File

@@ -65,6 +65,10 @@ gulp.task('lib', ['clean:lib'], function () {
src: paths.npmDir + 'angular/angular*.js',
dest: paths.libDir + 'angular'
},
{
src: paths.npmDir + 'angular-animate/angular-animate.js',
dest: paths.libDir + 'angular-animate'
},
{
src: paths.npmDir + 'angular-ui-bootstrap/dist/*tpls*.js',
dest: paths.libDir + 'angular-ui-bootstrap'