update animate.css class name

This commit is contained in:
pypy
2020-07-13 01:25:13 +09:00
parent 85be58d0d8
commit 8a6fc57ef9
2 changed files with 4 additions and 6 deletions

View File

@@ -91,12 +91,10 @@ CefSharp.BindObjectAsync(
}, 5 * 60 * 1000);
Noty.overrideDefaults({
/*
animation: {
open: 'animated bounceInLeft',
close: 'animated bounceOutLeft'
open: 'animate__animated animate__bounceInLeft',
close: 'animate__animated animate__bounceOutLeft'
},
*/
layout: 'bottomLeft',
theme: 'mint',
timeout: 6000

View File

@@ -74,8 +74,8 @@ CefSharp.BindObjectAsync(
Noty.overrideDefaults({
animation: {
open: 'animated fadeIn',
close: 'animated zoomOut'
open: 'animate__animated animate__fadeIn',
close: 'animate__animated animate__zoomOut'
},
layout: 'topCenter',
theme: 'relax',