UNPKG
social-media
Version:
latest (0.0.0)
0.0.0
social-media
/
src
/
scheduler
/
scheduler.component.css
16 lines
(14 loc)
•
290 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.modal
{ -webkit-
animation-duration
:
3s
;
animation-duration
:
3s
;
animation-name
: slidein; -webkit-
animation-iteration-count
: infinite;
animation-iteration-count
:
1
; }
@keyframes
slidein {
from
{
margin-left
:
100%
; }
to
{
margin-left
:
0%
; }