mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
update animate.css class name
This commit is contained in:
@@ -91,12 +91,10 @@ CefSharp.BindObjectAsync(
|
|||||||
}, 5 * 60 * 1000);
|
}, 5 * 60 * 1000);
|
||||||
|
|
||||||
Noty.overrideDefaults({
|
Noty.overrideDefaults({
|
||||||
/*
|
|
||||||
animation: {
|
animation: {
|
||||||
open: 'animated bounceInLeft',
|
open: 'animate__animated animate__bounceInLeft',
|
||||||
close: 'animated bounceOutLeft'
|
close: 'animate__animated animate__bounceOutLeft'
|
||||||
},
|
},
|
||||||
*/
|
|
||||||
layout: 'bottomLeft',
|
layout: 'bottomLeft',
|
||||||
theme: 'mint',
|
theme: 'mint',
|
||||||
timeout: 6000
|
timeout: 6000
|
||||||
|
|||||||
@@ -74,8 +74,8 @@ CefSharp.BindObjectAsync(
|
|||||||
|
|
||||||
Noty.overrideDefaults({
|
Noty.overrideDefaults({
|
||||||
animation: {
|
animation: {
|
||||||
open: 'animated fadeIn',
|
open: 'animate__animated animate__fadeIn',
|
||||||
close: 'animated zoomOut'
|
close: 'animate__animated animate__zoomOut'
|
||||||
},
|
},
|
||||||
layout: 'topCenter',
|
layout: 'topCenter',
|
||||||
theme: 'relax',
|
theme: 'relax',
|
||||||
|
|||||||
Reference in New Issue
Block a user