diff options
author | madelinegr <monika_hedman@brown.edu> | 2019-06-07 12:03:52 -0400 |
---|---|---|
committer | madelinegr <monika_hedman@brown.edu> | 2019-06-07 12:03:52 -0400 |
commit | 1c9196d9c6c8051d2f7c59538265693f8ad3d98c (patch) | |
tree | 0325d722d4fb07a71da958b6bc665bab9e78c8f7 /deploy | |
parent | 9f8dba3472bb1acb289bcdf1e0da04a54d93a640 (diff) |
animation starting to work
Diffstat (limited to 'deploy')
-rw-r--r-- | deploy/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/index.html b/deploy/index.html index 92635e7f5..f4a019b71 100644 --- a/deploy/index.html +++ b/deploy/index.html @@ -6,7 +6,7 @@ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <script src="https://cdnjs.cloudflare.com/ajax/libs/typescript/3.3.1/typescript.min.js"></script> - <script src="anime.min.js"></script> + <script src="https://rawgithub.com/juliangarnier/anime/master/anime.min.js"></script> </head> <body> |