mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2026-06-28 01:58:34 +00:00
add http website
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
$(window).on("load", function() {
|
||||
IN_DELAY = 250;
|
||||
|
||||
$('body').animate({"opacity": "1"}, IN_DELAY);
|
||||
|
||||
$(".main").delay(IN_DELAY).animate({"opacity": "1"}, 750);
|
||||
//for (var i = 7; i >= 1; i--) {
|
||||
// $(`.main> :nth-child(${i})`).delay(IN_DELAY + 125*i).animate({"opacity": "1"}, 500);
|
||||
//}
|
||||
});
|
||||
Reference in New Issue
Block a user