diff --git a/README.md b/README.md new file mode 100644 index 0000000..cd6166a --- /dev/null +++ b/README.md @@ -0,0 +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 + +