beautify_css
This commit is contained in:
parent
5c2f32e184
commit
ecf1478e7e
81 changed files with 699 additions and 694 deletions
|
@ -1,13 +1,13 @@
|
|||
|
||||
#boat {
|
||||
margin-left: 0;
|
||||
cursor: pointer;
|
||||
transition: margin-left 3s ease-in-out;
|
||||
}
|
||||
|
||||
/* переворот картинки через CSS */
|
||||
|
||||
.back {
|
||||
-webkit-transform: scaleX(-1);
|
||||
transform: scaleX(-1);
|
||||
filter: fliph; /* IE9- */
|
||||
filter: fliph;
|
||||
/* IE9- */
|
||||
}
|
|
@ -1,13 +1,12 @@
|
|||
|
||||
#digit {
|
||||
width: .5em;
|
||||
overflow: hidden;
|
||||
font: 32px "Courier New", monospace;
|
||||
}
|
||||
|
||||
#stripe.animate {
|
||||
#stripe.animate {
|
||||
margin-left: -174px;
|
||||
transition-property: margin-left;
|
||||
transition-duration: 9s;
|
||||
transition-timing-function: linear;
|
||||
}
|
||||
}
|
|
@ -1,13 +1,12 @@
|
|||
|
||||
#digit {
|
||||
width: .5em;
|
||||
overflow: hidden;
|
||||
font: 32px "Courier New", monospace;
|
||||
}
|
||||
|
||||
#stripe.animate {
|
||||
#stripe.animate {
|
||||
margin-left: -174px;
|
||||
transition-property: margin-left;
|
||||
transition-duration: 9s;
|
||||
transition-timing-function: linear;
|
||||
}
|
||||
}
|
|
@ -1,13 +1,12 @@
|
|||
|
||||
#digit {
|
||||
width: .5em;
|
||||
overflow: hidden;
|
||||
font: 32px "Courier New", monospace;
|
||||
}
|
||||
|
||||
#stripe.animate {
|
||||
#stripe.animate {
|
||||
margin-left: -174px;
|
||||
transition-property: margin-left;
|
||||
transition-duration: 9s;
|
||||
transition-timing-function: steps(9, end);
|
||||
}
|
||||
}
|
|
@ -1,13 +1,12 @@
|
|||
|
||||
#digit {
|
||||
width: .5em;
|
||||
overflow: hidden;
|
||||
font: 32px "Courier New", monospace;
|
||||
}
|
||||
|
||||
#stripe.animate {
|
||||
#stripe.animate {
|
||||
margin-left: -174px;
|
||||
transition-property: margin-left;
|
||||
transition-duration: 9s;
|
||||
transition-timing-function: steps(9, start);
|
||||
}
|
||||
}
|
|
@ -3,7 +3,6 @@
|
|||
cursor: pointer;
|
||||
width: 177px;
|
||||
height: 160px;
|
||||
|
||||
left: 0;
|
||||
transition: left 5s cubic-bezier(0, 0, 1, 1);
|
||||
}
|
|
@ -3,7 +3,6 @@
|
|||
cursor: pointer;
|
||||
width: 177px;
|
||||
height: 160px;
|
||||
|
||||
left: 100px;
|
||||
transition: left 5s cubic-bezier(.5, -1, .5, 2);
|
||||
}
|
|
@ -3,7 +3,6 @@
|
|||
cursor: pointer;
|
||||
width: 177px;
|
||||
height: 160px;
|
||||
|
||||
left: 0px;
|
||||
transition: left 5s cubic-bezier(0.0,0.5,0.5,1.0);
|
||||
transition: left 5s cubic-bezier(0.0, 0.5, 0.5, 1.0);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue