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 10, 2024
1 parent 9b08090 commit 533ee23
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions js/javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ $(function(){

$('.pic > .imgbox').addClass("animate__flipInY").addClass("animate__delay-4s");
$('.pic > .imgbox').mouseenter(function(){
$('.pic').removeClass("animate__headShake").addClass("position-relative");
$('.pic').removeClass("animate__headShake").addClass("position-relative").addClass("animate__headShake").addClass("animate__infinite");
$('.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 Expand Up @@ -128,7 +128,12 @@ $(function(){
});
} else {
welcomeSection.remove();
$('.wrapper').css('display', 'block');
$('.wrapper').remove();
$('.profile').removeClass("none");
$('.introduce').removeClass("none");
$('.career').removeClass("none");
$('.btnframe').removeClass("none");
$('.content').removeClass("none");
}
});

Expand Down

0 comments on commit 533ee23

Please sign in to comment.