Simplified flash message animation. Moved to bottom right. Increased timeout.

This commit is contained in:
Christoph Haas 2016-04-07 09:42:47 +02:00
parent 4559960e0a
commit 03b221a3df
2 changed files with 2 additions and 4 deletions

View file

@ -14,5 +14,4 @@
*= require fancybox
* https://github.com/hakanersu/AmaranJS
*= require amaran
**= require animate
*/

View file

@ -20,8 +20,7 @@
'color' : '#{flash_color}',
'bgcolor' : '#{flash_bgcolor}'
},
'position' :'top right',
'position' :'bottom right',
'theme' : 'colorful',
'cssanimationIn' :'bounceInDown',
'cssanimationOut' :'zoomOutUp'
'delay' : 7000
});