Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
jxlee007 committed Mar 31, 2024
1 parent 58d8db9 commit 8857b38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const locoScroll = new LocomotiveScroll({
swiper = () => {
var swiper = new Swiper(".mySwiper", {
slidesPerView: "auto",
loop: true,
centeredSlides: true,
spaceBetween: 100,
});
Expand Down
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1004,6 +1004,7 @@ footer h1 {
}

#foottop {
z-index: 15;
width: 100%;
display: flex;
align-items: flex-start;
Expand Down Expand Up @@ -1119,7 +1120,7 @@ footer h1 {
-webkit-background-clip: text;
position: absolute;
opacity: 0;
/* animation: load 1s 1s linear; */
animation: load 1s 1s linear;
}
#loader h1:nth-child(2){
animation-delay: 2s;
Expand Down

0 comments on commit 8857b38

Please sign in to comment.