}
to {
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
@-o-keyframes "rotate-back" {
from {
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-o-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
/*weight up*/
@keyframes "up" {
from {
bottombottom: 0px;
}
to {
bottombottom: 340px;
}
}
@-moz-keyframes up {
from {
bottombottom: 0px;
}
to {
bottombottom: 340px;
}
}
@-webkit-keyframes "up" {
from {
bottombottom: 0px;
}
to {
bottombottom: 340px;
}
}
@-ms-keyframes "up" {
from {
bottombottom: 0px;
}
to {
bottombottom: 340px;
}
}
@-o-keyframes "up" {
from {
bottombottom: 0px;
}
to {
bottombottom: 340px;
}
}
/*chain up and down*/
@keyframes "collapse" {