feat: upgrade animate version

pull/306/head
Seaton Jiang 2020-12-02 16:43:30 +08:00
parent 8aa31f0522
commit a658824e14
No known key found for this signature in database
GPG Key ID: C1086BAE716FF138
2 changed files with 6 additions and 9 deletions

11
assets/css/animate.min.css vendored Normal file → Executable file

File diff suppressed because one or more lines are too long

View File

@ -3,7 +3,7 @@
* 核心函数
* @author Seaton Jiang <seaton@vtrois.com>
* @license MIT License
* @version 2020.10.26
* @version 2020.12.02
*/
if (kratos_option('g_cdn', false)) {
@ -40,7 +40,7 @@ function theme_autoload()
wp_enqueue_style('kicon', ASSET_PATH . '/assets/css/iconfont.min.css', array(), THEME_VERSION);
wp_enqueue_style('layer', ASSET_PATH . '/assets/css/layer.min.css', array(), '3.1.1');
if (kratos_option('g_animate', false)) {
wp_enqueue_style('animate', ASSET_PATH . '/assets/css/animate.min.css', array(), '3.7.2');
wp_enqueue_style('animate', ASSET_PATH . '/assets/css/animate.min.css', array(), '4.1.1');
}
if (kratos_option('g_fontawesome', false)) {
wp_enqueue_style('fontawesome', ASSET_PATH . '/assets/css/fontawesome.min.css', array(), '5.13.0');