我的问题是typed.js不起作用。
代码:
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-1.11.3.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.js"></script>
<script src="js/typed.js"></script>
<script src="js/particles.js"></script>
<script src="js/app.js"></script>
<script>
var options = {
strings: ["HI im am cool", "HI im not cool"],
typeSpeed: 40
}
var typed = new Typed(".typing", options);
});
</script>
2条答案
按热度按时间pcww981p1#
对于那些没有发现问题的人来说,这是一个语法错误,因为注解旁边有括号。
qaxu7uf22#
我只是想给你一个想法如何开始:
结构: