mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-14 02:27:16 +08:00
added jquery gsap library to make jquery animations more performant
This commit is contained in:
parent
c3e2974bbf
commit
a0af701f60
1 changed files with 2 additions and 0 deletions
|
@ -3430,6 +3430,8 @@
|
|||
<script src="js/jquery.color.min.js"></script>
|
||||
<script src="js/easing.js"></script>
|
||||
<script src="js/jquery.cookie-1.4.1.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.1.3/TweenMax.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.1.3/jquery.gsap.min.js"></script>
|
||||
<script src="js/moment.min.js"></script>
|
||||
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.3/Chart.min.js"></script> -->
|
||||
<script src="js/chart.min.js"></script>
|
||||
|
|
Loading…
Add table
Reference in a new issue