mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-17 17:45:17 +01:00
Update fadeOut.css
Added percentage to make it easier to understand like 0 is starting point and 100% is the ending and animation takes place in between them
This commit is contained in:
parent
3235f27325
commit
d54ab7ad61
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
@keyframes fadeOut {
|
||||
from {
|
||||
0% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 0;
|
||||
100% {
|
||||
opacity: 0.2;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue