Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .notificationCustom {
- animation: notificationCustom 1s linear forwards;
- }
- @keyframes notificationCustom {
- 0% {
- width: 0%;
- opacity: 1;
- }
- 20% {
- width: 100%;
- opacity: 1;
- }
- 80% {
- width: 100%;
- opacity: 1;
- }
- 100% {
- width: 100%;
- opacity: 0;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement