From e396cce2cebc41f4b4b5075128a0c51d6eea7e35 Mon Sep 17 00:00:00 2001 From: Ritul Mohanty <49814977+ritulmohanty@users.noreply.github.com> Date: Tue, 1 Oct 2019 17:32:56 +0530 Subject: [PATCH 1/3] Create README.md --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9492a80 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +A JS-CSS animation From db6a43cc3730d1523ee139824001b7fbc3961a23 Mon Sep 17 00:00:00 2001 From: Ritul Mohanty <49814977+ritulmohanty@users.noreply.github.com> Date: Tue, 1 Oct 2019 17:33:06 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9492a80..3aa0ed5 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -A JS-CSS animation +# A JS-CSS animation From ee7c85c50e74f545e5f56e238b1043daa2207902 Mon Sep 17 00:00:00 2001 From: Ritul Mohanty <49814977+ritulmohanty@users.noreply.github.com> Date: Tue, 1 Oct 2019 17:36:51 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 3aa0ed5..cd6166a 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ # A JS-CSS animation + +Dynamically appends `div`'s with random color. Using javascript bouncing animation is being created. + +### Important conpects + - js: document.createElement() + - js: classList.add() + - js: forEach() + - js: animate() + - css: keyframes + - css: transform: translate + +