MC Moosung - No-look Pass 🎭
The Performance of MC.Moosung
- Moosung performed no-look pass
- at the airport immigration office
- passing his luggage bag to secretary mindlessly.
- Here’s [Moosung] in various parody version, @Youtube.
The References🍞 :
- css code & image source
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/* MC MOOSUNG NO-LOOK PASS * /
@keyframes no-look {
100% { background-position: -960px 0; }
}
.no-look {
position: absolute;
top: 285px;
left: 45%;
width: 96px;
height: 96px;
margin-bottom: 5px;
background: url('/images/docs_img/mc_nolook_sample.png') no-repeat 0 0;
background-size: 960px 96px;
animation: no-look 1000ms infinite steps(10);
}
.big {
font-size: 1.5em;
}
.pre-small {
font-size: 0.8em;
padding: 0px 0px 0px 50px;
color: $gray;
background-color: $lightGray;
}
/* before changing parameters
* width: 64 px; height: 64 px;
* background: URL(' http://studiomeal.com/images/mc_nolook_sample.png')
* no repeat 0 0;
* size of background image: 640 x 64px;
* animation: no-look 750ms infinite step(10); * /