From 95348704e3fa88483072767bc99301dcddeeda1d Mon Sep 17 00:00:00 2001 From: Mason Payne Date: Mon, 29 May 2023 23:09:48 -0600 Subject: [PATCH] create animation --- .idea/.gitignore | 8 +++ .idea/Lines Animation.iml | 9 ++++ .idea/modules.xml | 8 +++ .idea/vcs.xml | 6 +++ index.html | 101 ++++++++++++++++++++++++++++++++++++++ 5 files changed, 132 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/Lines Animation.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 index.html diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/Lines Animation.iml b/.idea/Lines Animation.iml new file mode 100644 index 0000000..5e764c4 --- /dev/null +++ b/.idea/Lines Animation.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..e0b14c6 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..b495c41 --- /dev/null +++ b/index.html @@ -0,0 +1,101 @@ + + + + + Lines + + + + + + + + \ No newline at end of file