mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/14095] keyframes supported by all browsers
PHPBB3-14095
This commit is contained in:
parent
920ea3018d
commit
072ac9fdca
2 changed files with 0 additions and 30 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue