Updated the footable Lib.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/*! UIkit 2.21.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
|
||||
/*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
|
||||
/* ========================================================================
|
||||
Component: Sticky
|
||||
========================================================================== */
|
||||
@ -8,7 +8,6 @@
|
||||
[data-uk-sticky].uk-active {
|
||||
z-index: 980;
|
||||
/* 1 */
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
/*
|
||||
@ -23,10 +22,10 @@
|
||||
* Faster animations
|
||||
*/
|
||||
[data-uk-sticky][class*='uk-animation-'] {
|
||||
-webkit-animation-duration: 0.15s;
|
||||
animation-duration: 0.15s;
|
||||
-webkit-animation-duration: 0.2s;
|
||||
animation-duration: 0.2s;
|
||||
}
|
||||
[data-uk-sticky].uk-animation-reverse {
|
||||
-webkit-animation-duration: 0.04s;
|
||||
animation-duration: 0.04s;
|
||||
-webkit-animation-duration: 0.2s;
|
||||
animation-duration: 0.2s;
|
||||
}
|
||||
|
Reference in New Issue
Block a user