-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
@-webkit-keyframes animate-filp-face {
0% {
transform: rotateX(-0.01deg);
opacity: 1; // 改变opacity 为了QQ浏览器和safari(不支持z-index animate)
}
50% {
opacity: 1;
}
51% {
opacity: 0;
}
100% {
transform: rotateX(-180deg);
opacity: 0;
}
}
@-webkit-keyframes animate-filp-back {
0% {
transform: rotateX(180deg);
}
100% {
transform: rotateX(-0.01deg);
}
}Metadata
Metadata
Assignees
Labels
No labels