bde-liste/static/js/anim.js

10 lines
163 B
JavaScript
Raw Normal View History

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