2022-12-12 16:44:58 +00:00
|
|
|
$(window).on("load", function() {
|
|
|
|
|
2022-12-15 13:30:34 +00:00
|
|
|
/*let type = new TypeIt("#typed-data", {
|
2022-12-12 16:44:58 +00:00
|
|
|
speed: 10,
|
|
|
|
startDelay: 0,
|
|
|
|
cursor: true
|
|
|
|
})
|
|
|
|
.go();
|
|
|
|
|
2022-12-15 13:30:34 +00:00
|
|
|
$(document).on("click", function() {
|
|
|
|
type.options({speed: 1});
|
|
|
|
});*/
|
2022-12-15 14:15:02 +00:00
|
|
|
|
|
|
|
});
|
2022-12-15 13:30:34 +00:00
|
|
|
|
2022-12-15 14:15:02 +00:00
|
|
|
$("#prank-button").hover(function () { $('.hover-circle').fadeIn(100) }, function(){ $('.hover-circle').fadeOut(100) });
|