mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02:00
[ticket/14095] keyframes supported by all browsers
PHPBB3-14095
This commit is contained in:
@@ -1341,16 +1341,6 @@ input.disabled {
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
@-webkit-keyframes animate {
|
||||
0% {
|
||||
background: #0076b1;
|
||||
}
|
||||
|
||||
50% {
|
||||
background: #d31141;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes animate {
|
||||
0% {
|
||||
background: #0076b1;
|
||||
|
@@ -1065,26 +1065,6 @@ fieldset.fields1 dl.pmlist dd.recipients {
|
||||
animation: before 1s ease-in-out infinite;
|
||||
}
|
||||
|
||||
@-webkit-keyframes before {
|
||||
0% {
|
||||
opacity: 0.5;
|
||||
transform: rotateY(0);
|
||||
transform-origin: left center;
|
||||
}
|
||||
|
||||
30%,
|
||||
70% {
|
||||
opacity: 0.2;
|
||||
transform: rotateY(180deg);
|
||||
transform-origin: left center;
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 0.5;
|
||||
transform: rotateY(0);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes before {
|
||||
0% {
|
||||
opacity: 0.5;
|
||||
|
Reference in New Issue
Block a user