-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <a href="https://cmachu.github.io/ewok/">https://cmachu.github.io/ewok/</a></p> |