diff --git a/docs/assets/css/demo.css b/docs/assets/css/demo.css index 340dae6..bbc3a28 100644 --- a/docs/assets/css/demo.css +++ b/docs/assets/css/demo.css @@ -46,6 +46,11 @@ p span b{ display: inline-block; } +p a{ + color:rgba(0,0,0,0.5); + text-decoration: none; +} + .example-container{ width:100%; margin:auto; diff --git a/docs/example-blink.html b/docs/example-blink.html index d547b36..782d301 100644 --- a/docs/example-blink.html +++ b/docs/example-blink.html @@ -28,6 +28,7 @@
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!
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.
+You can find me on Forest Moon of Endor
https://github.com/cmachu/ewok