Replace notifications Javascript code by CSS
This commit is contained in:
@@ -48,3 +48,11 @@
|
||||
border-width: 1px 0 0
|
||||
border-radius: 4px 4px 0 0
|
||||
z-index: 9999
|
||||
opacity: 1
|
||||
animation: fadeout 5s linear forwards
|
||||
|
||||
@keyframes fadeout
|
||||
0%
|
||||
opacity: 1
|
||||
100%
|
||||
opacity: 0
|
||||
|
||||
Reference in New Issue
Block a user