vendor/assets/stylesheets/uikit/components/slideshow.almost-flat.css in uikit2-rails-0.1.2 vs vendor/assets/stylesheets/uikit/components/slideshow.almost-flat.css in uikit2-rails-0.1.3
- old
+ new
@@ -1,6 +1,6 @@
-/*! UIkit 2.23.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
+/*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
Component: Slideshow
========================================================================== */
/*
* 1. Create position context
@@ -74,9 +74,13 @@
/* Animations
========================================================================== */
/*
* Fade
*/
+.uk-slideshow-fade-in {
+ -webkit-animation: uk-fade 0.5s linear;
+ animation: uk-fade 0.5s linear;
+}
.uk-slideshow-fade-out {
-webkit-animation: uk-fade 0.5s linear reverse;
animation: uk-fade 0.5s linear reverse;
}
/*