hexo-theme-amane/layout/plugin/animejs.ejs

8 lines
256 B
Plaintext
Raw Normal View History

2018-10-16 05:28:42 +00:00
<% if (plugin !== false) { %>
<% if (head) { %>
2018-11-02 23:27:53 +00:00
<style>body>.navbar,body>.section,body>.footer{opacity: 0}</style>
2018-10-16 05:28:42 +00:00
<% } else { %>
<%- _js(cdn('animejs', '2.2.0', 'anime.js'), true) %>
<%- _js('js/animation', true) %>
2018-10-16 05:28:42 +00:00
<% } %>
<% } %>