Skip to content

BLBJ/tree.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Tree

彩色动画树

Preview

https://blbj.github.io/tree.github.io/

Introduction

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>彩色大树生长动画</title>
    <script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
    <script type="text/javascript" src="js/drawTree.js"></script>
</head>
<body>

<div id="draw"></div>
<script type="text/javascript">
    //调用插件
    $('#draw').drawTree();
</script>

</body>
</html>

License

MIT

Copyright (c) 2017-present, wenbo DING