Created
February 3, 2018 13:50
-
-
Save mashirozx/defa4b8aea7d397e92d8da356ffcde3a to your computer and use it in GitHub Desktop.
live2d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
body { | |
background: #FFAFBD; | |
/* fallback for old browsers */ | |
background: -webkit-linear-gradient(to right, #ffc3a0, #FFAFBD); | |
/* Chrome 10-25, Safari 5.1-6 */ | |
background: linear-gradient(to right, #ffc3a0, #FFAFBD); | |
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ | |
} | |
.prpr { | |
position: fixed; | |
bottom: 0; | |
left: 0; | |
z-index: 1; | |
font-size: 0; | |
transition: all .3s ease-in-out; | |
-webkit-transform: translateY(3px); | |
transform: translateY(3px); | |
} | |
.prpr:hover { | |
-webkit-transform: translateY(0); | |
transform: translateY(0); | |
} | |
@media (max-width: 768px) { | |
.waifu { | |
display: none; | |
} | |
} | |
.mashiro-tips { | |
opacity: 0; | |
width: 250px; | |
height: 70px; | |
margin: -20px 20px; | |
padding: 5px 10px; | |
border: 1px solid rgba(224, 186, 140, 0.62); | |
border-radius: 12px; | |
box-sizing: border-box; | |
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24); | |
transition: box-shadow 0.2s ease; | |
background: #ffffff; | |
color: #212121; | |
font-size: 12px; | |
text-overflow: ellipsis; | |
overflow: hidden; | |
position: absolute; | |
animation-delay: 5s; | |
animation-duration: 50s; | |
animation-iteration-count: infinite; | |
animation-name: shake; | |
animation-timing-function: ease-in-out; | |
} | |
.cloth-secter { | |
width: 70px; | |
height: 70px; | |
margin: 210px 220px; /*Top left*/ | |
padding: 5px 10px; | |
border: 1px solid yellow; | |
border-radius: 12px; | |
background-color: orange; | |
box-shadow: 0 3px 15px 2px rgba(191, 158, 118, 0.2); | |
text-overflow: ellipsis; | |
color: antiquewhite; | |
font-size: 12px; | |
overflow: show; | |
position: absolute; | |
} | |
.prpr #live2d { | |
position: relative; | |
} | |
@keyframes shake { | |
2% { | |
transform: translate(0.5px, -1.5px) rotate(-0.5deg); | |
} | |
4% { | |
transform: translate(0.5px, 1.5px) rotate(1.5deg); | |
} | |
6% { | |
transform: translate(1.5px, 1.5px) rotate(1.5deg); | |
} | |
8% { | |
transform: translate(2.5px, 1.5px) rotate(0.5deg); | |
} | |
10% { | |
transform: translate(0.5px, 2.5px) rotate(0.5deg); | |
} | |
12% { | |
transform: translate(1.5px, 1.5px) rotate(0.5deg); | |
} | |
14% { | |
transform: translate(0.5px, 0.5px) rotate(0.5deg); | |
} | |
16% { | |
transform: translate(-1.5px, -0.5px) rotate(1.5deg); | |
} | |
18% { | |
transform: translate(0.5px, 0.5px) rotate(1.5deg); | |
} | |
20% { | |
transform: translate(2.5px, 2.5px) rotate(1.5deg); | |
} | |
22% { | |
transform: translate(0.5px, -1.5px) rotate(1.5deg); | |
} | |
24% { | |
transform: translate(-1.5px, 1.5px) rotate(-0.5deg); | |
} | |
26% { | |
transform: translate(1.5px, 0.5px) rotate(1.5deg); | |
} | |
28% { | |
transform: translate(-0.5px, -0.5px) rotate(-0.5deg); | |
} | |
30% { | |
transform: translate(1.5px, -0.5px) rotate(-0.5deg); | |
} | |
32% { | |
transform: translate(2.5px, -1.5px) rotate(1.5deg); | |
} | |
34% { | |
transform: translate(2.5px, 2.5px) rotate(-0.5deg); | |
} | |
36% { | |
transform: translate(0.5px, -1.5px) rotate(0.5deg); | |
} | |
38% { | |
transform: translate(2.5px, -0.5px) rotate(-0.5deg); | |
} | |
40% { | |
transform: translate(-0.5px, 2.5px) rotate(0.5deg); | |
} | |
42% { | |
transform: translate(-1.5px, 2.5px) rotate(0.5deg); | |
} | |
44% { | |
transform: translate(-1.5px, 1.5px) rotate(0.5deg); | |
} | |
46% { | |
transform: translate(1.5px, -0.5px) rotate(-0.5deg); | |
} | |
48% { | |
transform: translate(2.5px, -0.5px) rotate(0.5deg); | |
} | |
50% { | |
transform: translate(-1.5px, 1.5px) rotate(0.5deg); | |
} | |
52% { | |
transform: translate(-0.5px, 1.5px) rotate(0.5deg); | |
} | |
54% { | |
transform: translate(-1.5px, 1.5px) rotate(0.5deg); | |
} | |
56% { | |
transform: translate(0.5px, 2.5px) rotate(1.5deg); | |
} | |
58% { | |
transform: translate(2.5px, 2.5px) rotate(0.5deg); | |
} | |
60% { | |
transform: translate(2.5px, -1.5px) rotate(1.5deg); | |
} | |
62% { | |
transform: translate(-1.5px, 0.5px) rotate(1.5deg); | |
} | |
64% { | |
transform: translate(-1.5px, 1.5px) rotate(1.5deg); | |
} | |
66% { | |
transform: translate(0.5px, 2.5px) rotate(1.5deg); | |
} | |
68% { | |
transform: translate(2.5px, -1.5px) rotate(1.5deg); | |
} | |
70% { | |
transform: translate(2.5px, 2.5px) rotate(0.5deg); | |
} | |
72% { | |
transform: translate(-0.5px, -1.5px) rotate(1.5deg); | |
} | |
74% { | |
transform: translate(-1.5px, 2.5px) rotate(1.5deg); | |
} | |
76% { | |
transform: translate(-1.5px, 2.5px) rotate(1.5deg); | |
} | |
78% { | |
transform: translate(-1.5px, 2.5px) rotate(0.5deg); | |
} | |
80% { | |
transform: translate(-1.5px, 0.5px) rotate(-0.5deg); | |
} | |
82% { | |
transform: translate(-1.5px, 0.5px) rotate(-0.5deg); | |
} | |
84% { | |
transform: translate(-0.5px, 0.5px) rotate(1.5deg); | |
} | |
86% { | |
transform: translate(2.5px, 1.5px) rotate(0.5deg); | |
} | |
88% { | |
transform: translate(-1.5px, 0.5px) rotate(1.5deg); | |
} | |
90% { | |
transform: translate(-1.5px, -0.5px) rotate(-0.5deg); | |
} | |
92% { | |
transform: translate(-1.5px, -1.5px) rotate(1.5deg); | |
} | |
94% { | |
transform: translate(0.5px, 0.5px) rotate(-0.5deg); | |
} | |
96% { | |
transform: translate(2.5px, -0.5px) rotate(-0.5deg); | |
} | |
98% { | |
transform: translate(-1.5px, -1.5px) rotate(-0.5deg); | |
} | |
0%, | |
100% { | |
transform: translate(0, 0) rotate(0); | |
} | |
} | |
</style> | |
<div class="prpr"> | |
<div class="mashiro-tips"></div> | |
<canvas id="live2d" width="280" height="250" class="live2d"></canvas> | |
</div> | |
<script src="https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js"></script> | |
<script src="./live2d.js"></script> | |
<script async src="./tips.js"></script> | |
<script> | |
loadlive2d("live2d", "Pio/model-default.json"); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment