Skip to content

Commit

Permalink
light updates to preloaderbehaviours
Browse files Browse the repository at this point in the history
  • Loading branch information
basil-reji committed Mar 22, 2023
1 parent 7454190 commit 37069f7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/javascripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
setTimeout(() => {
$("#hero_text").css({ "opacity": "1", });
}, 1000)
}, 500)
}, 2000)
}, 100)

}, 1500)
Expand Down
2 changes: 1 addition & 1 deletion public/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ html::-webkit-scrollbar-thumb {
overflow: hidden;
height: 100vh;
clip-path: circle(100% at center);
transition: all 1s ease;
transition: all 2s;
}
#body.mask {
clip-path: circle(0% at center);
Expand Down
Binary file added scss.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion scss/partials/_preloader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
overflow: hidden;
height: 100vh;
clip-path: circle(100% at center);
transition: all 1s ease;
transition: all 2s;

&.mask{
clip-path: circle(0% at center);
Expand Down

0 comments on commit 37069f7

Please sign in to comment.