update
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
.humberto_6 {
|
||||
width: 407px;
|
||||
height: calc(4872px / 8);
|
||||
background: url(../img/sprites/humberto_6.png) 0 0;
|
||||
background-size: auto 800%;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50% 0;
|
||||
}
|
||||
|
||||
.humberto_6.play {
|
||||
-webkit-animation: play 1.6s steps(7) infinite;
|
||||
-moz-animation: play 1.6s steps(7) infinite;
|
||||
-o-animation: play 1.6s steps(7) infinite;
|
||||
animation: play 1.6s steps(7) infinite;
|
||||
}
|
||||
|
||||
.humberto_6.stop {
|
||||
background-position: 50% 0;
|
||||
}
|
||||
|
||||
.humberto_5 {
|
||||
width: 462px;
|
||||
height: calc(3164px / 7);
|
||||
background: url(../img/sprites/humberto_5.png) 0 0;
|
||||
background-size: auto 700%;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50% 0;
|
||||
}
|
||||
|
||||
.humberto_5.play {
|
||||
-webkit-animation: play 1.6s steps(6) infinite;
|
||||
-moz-animation: play 1.6s steps(6) infinite;
|
||||
-o-animation: play 1.6s steps(6) infinite;
|
||||
animation: play 1.6s steps(6) infinite;
|
||||
}
|
||||
|
||||
.humberto_5.stop {
|
||||
background-position: 50% 0;
|
||||
}
|
||||
|
||||
.sentada-izq {
|
||||
width: 363px;
|
||||
height: calc(3704px / 8);
|
||||
background: url(../img/sprites/sentada-izq.png) 0 0;
|
||||
background-size: auto 800%;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50% 0;
|
||||
}
|
||||
|
||||
.sentada-izq.play {
|
||||
-webkit-animation: play 1.6s steps(7) infinite;
|
||||
-moz-animation: play 1.6s steps(7) infinite;
|
||||
-o-animation: play 1.6s steps(7) infinite;
|
||||
animation: play 1.6s steps(7) infinite;
|
||||
}
|
||||
|
||||
.sentada-izq.stop {
|
||||
background-position: 50% 0;
|
||||
}
|
||||
Reference in New Issue
Block a user