mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 12:51:52 +02:00
Added the very useful .animation-fill-mode() mixin
I think that's the only animation property that was missing and it's quite useful. https://developer.mozilla.org/en-US/docs/Web/CSS/animation-fill-mode
This commit is contained in:
@@ -243,6 +243,10 @@
|
|||||||
-webkit-animation-direction: @direction;
|
-webkit-animation-direction: @direction;
|
||||||
animation-direction: @direction;
|
animation-direction: @direction;
|
||||||
}
|
}
|
||||||
|
.animation-fill-mode(@fill-mode) {
|
||||||
|
-webkit-animation-fill-mode: @fill-mode;
|
||||||
|
animation-fill-mode: @fill-mode;
|
||||||
|
}
|
||||||
|
|
||||||
// Backface visibility
|
// Backface visibility
|
||||||
// Prevent browsers from flickering when using CSS 3D transforms.
|
// Prevent browsers from flickering when using CSS 3D transforms.
|
||||||
|
Reference in New Issue
Block a user