From 8a6fc57ef93552cc9956f0f3cec920bb197d4c4c Mon Sep 17 00:00:00 2001 From: pypy Date: Mon, 13 Jul 2020 01:25:13 +0900 Subject: [PATCH] update animate.css class name --- html/src/app.js | 6 ++---- html/src/vr.js | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/html/src/app.js b/html/src/app.js index a1a14a72..2dcde315 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -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 diff --git a/html/src/vr.js b/html/src/vr.js index eacbae44..2323a7ed 100644 --- a/html/src/vr.js +++ b/html/src/vr.js @@ -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',