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 62b897d commit 80f901c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ $(function(){

/* 프로필사진 액션 */

$('.pic > .imgbox').addClass("animate__flipInY").addClass("animate__delay-4s").addClass("animate__headShake").addClass("animate__infinite");
$('.pic > .imgbox').addClass("animate__flipInY").addClass("animate__delay-4s");
$('.pic').addClass("animate__headShake").addClass("animate__infinite");
$('.pic > .imgbox').mouseenter(function(){
$('.pic').removeClass("animate__headShake").addClass("position-relative");
$('.profile').removeClass("none").addClass("animate__lightSpeedInLeft");
Expand Down

0 comments on commit 80f901c

Please sign in to comment.