fix: animate dynamic effects

pull/409/head^2
Seaton Jiang 2021-08-20 08:46:58 +08:00
parent 48943adc4d
commit 2e5aaeea7f
No known key found for this signature in database
GPG Key ID: 0E05070D261ACFEA
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
$img = kratos_option('top_img', ASSET_PATH . '/assets/img/background.png');
}
echo $img; ?>);">
<div class="introduce animated fadeInUp">
<div class="introduce animate__animated animate__fadeInUp">
<?php
if (is_category() || is_tag()) {
echo '<div class="title">' . single_cat_title('', false) . '</div>';