__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
// http://www.w3.org/TR/css3-animations/#the-animation-name-property-
// Each of these mixins support comma separated lists of values, which allows different transitions for individual properties to be described in a single style rule. Each value in the list corresponds to the value at that same position in the other properties.
@mixin animation($animations...) {
@include _bourbon-deprecate-for-prefixing("animation");
@include prefixer(animation, $animations, webkit moz spec);
}
@mixin animation-name($names...) {
@include _bourbon-deprecate-for-prefixing("animation-name");
@include prefixer(animation-name, $names, webkit moz spec);
}
@mixin animation-duration($times...) {
@include _bourbon-deprecate-for-prefixing("animation-duration");
@include prefixer(animation-duration, $times, webkit moz spec);
}
@mixin animation-timing-function($motions...) {
@include _bourbon-deprecate-for-prefixing("animation-timing-function");
// ease | linear | ease-in | ease-out | ease-in-out
@include prefixer(animation-timing-function, $motions, webkit moz spec);
}
@mixin animation-iteration-count($values...) {
@include _bourbon-deprecate-for-prefixing("animation-iteration-count");
// infinite | <number>
@include prefixer(animation-iteration-count, $values, webkit moz spec);
}
@mixin animation-direction($directions...) {
@include _bourbon-deprecate-for-prefixing("animation-direction");
// normal | alternate
@include prefixer(animation-direction, $directions, webkit moz spec);
}
@mixin animation-play-state($states...) {
@include _bourbon-deprecate-for-prefixing("animation-play-state");
// running | paused
@include prefixer(animation-play-state, $states, webkit moz spec);
}
@mixin animation-delay($times...) {
@include _bourbon-deprecate-for-prefixing("animation-delay");
@include prefixer(animation-delay, $times, webkit moz spec);
}
@mixin animation-fill-mode($modes...) {
@include _bourbon-deprecate-for-prefixing("animation-fill-mode");
// none | forwards | backwards | both
@include prefixer(animation-fill-mode, $modes, webkit moz spec);
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| _animation.scss | File | 2.06 KB | 0664 |
|
| _appearance.scss | File | 153 B | 0664 |
|
| _backface-visibility.scss | File | 181 B | 0664 |
|
| _background-image.scss | File | 1.37 KB | 0664 |
|
| _background.scss | File | 1.79 KB | 0664 |
|
| _border-image.scss | File | 1.79 KB | 0664 |
|
| _calc.scss | File | 163 B | 0664 |
|
| _columns.scss | File | 1.84 KB | 0664 |
|
| _filter.scss | File | 194 B | 0664 |
|
| _flex-box.scss | File | 8.71 KB | 0664 |
|
| _font-face.scss | File | 688 B | 0664 |
|
| _font-feature-settings.scss | File | 243 B | 0664 |
|
| _hidpi-media-query.scss | File | 518 B | 0664 |
|
| _hyphens.scss | File | 186 B | 0664 |
|
| _image-rendering.scss | File | 395 B | 0664 |
|
| _keyframes.scss | File | 1.19 KB | 0664 |
|
| _linear-gradient.scss | File | 1.34 KB | 0664 |
|
| _perspective.scss | File | 360 B | 0664 |
|
| _placeholder.scss | File | 248 B | 0664 |
|
| _radial-gradient.scss | File | 1.42 KB | 0664 |
|
| _selection.scss | File | 837 B | 0664 |
|
| _text-decoration.scss | File | 893 B | 0664 |
|
| _transform.scss | File | 691 B | 0664 |
|
| _transition.scss | File | 2.48 KB | 0664 |
|
| _user-select.scss | File | 160 B | 0664 |
|