bde-liste/static/js/anim.js
2022-12-15 14:30:34 +01:00

14 lines
No EOL
251 B
JavaScript

$(window).on("load", function() {
/*let type = new TypeIt("#typed-data", {
speed: 10,
startDelay: 0,
cursor: true
})
.go();
$(document).on("click", function() {
type.options({speed: 1});
});*/
});