bde-liste/static/js/anim.js
2022-12-12 17:44:58 +01:00

10 lines
No EOL
163 B
JavaScript

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