From e3e56d17cedef2c3d21736f5cc5080f7aeaefc40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20=C4=86machowski?= Date: Wed, 13 Sep 2017 08:16:14 +0200 Subject: [PATCH] README.md add --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..accc7b7 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Hello, I'm Ewok +I'm tiny, light and cute SCSS style sheet with classes and mixins. + +Like every other Ewok, I also want help you fade out, fade in, blink or glimpse! + +## How? +You can use classes: ` .ewok-fade-in`, `.ewok-fade-out`, `.ewok-blink`, `.ewok-glimpse` to create animation on page load. + +You can use mixins: `ewok-fade-in($time, $delay)`, `ewok-fade-out($time, $delay)`, `ewok-blink($time, $delay, $jumps)`, `ewok-glimpse($time, $delay, $jumps)` to add and customize animations on your own styles. + +## See me on action! +You can find me on Forest Moon of Endor https://cmachu.github.io/ewok/

\ No newline at end of file