Skip to content

Commit

Permalink
Update javascript.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fdgh134 committed Jun 11, 2024
1 parent fb9bc49 commit 62b897d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ $(function(){

/* 프로필사진 액션 */

$('.pic > .imgbox').addClass("animate__flipInY").addClass("animate__delay-4s");
$('.pic > .imgbox').addClass("animate__flipInY").addClass("animate__delay-4s").addClass("animate__headShake").addClass("animate__infinite");
$('.pic > .imgbox').mouseenter(function(){
$('.pic').removeClass("animate__headShake").addClass("position-relative").addClass("animate__headShake").addClass("animate__infinite");
$('.pic').removeClass("animate__headShake").addClass("position-relative");
$('.profile').removeClass("none").addClass("animate__lightSpeedInLeft");
$('.header_top').removeClass("none").addClass("animate__fadeInDown");
$('.introduce').removeClass("none").addClass("animate__fadeInUpBig").addClass("animate__delay-0.5s").one('animationend', function () {
Expand Down

0 comments on commit 62b897d

Please sign in to comment.