misterymyra_collaboration-05
by Admiral Potato
HTML
<script src="https://unpkg.com/vue-perfectlooper"></script>
<link rel="stylesheet" href="https://admiralpotato.github.io/vue-perfectlooper/demo.css">
<div id="app" class="container">
<h2>A</h2>
<vue-perfectlooper v-bind="a"></vue-perfectlooper>
<h2>B</h2>
<vue-perfectlooper v-bind="b"></vue-perfectlooper>
</div>
JavaScript
Vue.component('vue-perfectlooper', VuePerfectlooper);
new Vue({
el: '#app',
data: {
a: {
"id": "a",
"poster": "https://image.ibb.co/bWaNzk/0001.png",
"src":
`https://image.ibb.co/bWaNzk/0001.png
https://image.ibb.co/fy4RQQ/0002.png
https://image.ibb.co/hKa0kQ/0003.png
https://image.ibb.co/hq22zk/0004.png
https://image.ibb.co/ntGUek/0005.png
https://image.ibb.co/mmDLkQ/0006.png
https://image.ibb.co/dFq0kQ/0007.png
https://image.ibb.co/kjiLkQ/0008.png
https://image.ibb.co/esxrs5/0009.png
https://image.ibb.co/gxxrs5/0010.png
https://image.ibb.co/dRZhzk/0011.png
https://image.ibb.co/fXL0kQ/0012.png
https://image.ibb.co/euLNzk/0013.png
https://image.ibb.co/nwut5Q/0014.png
https://image.ibb.co/e8JLkQ/0015.png
https://image.ibb.co/enTLkQ/0016.png
https://image.ibb.co/erd9ek/0017.png
https://image.ibb.co/fQYaKk/0018.png
https://image.ibb.co/m7Nrs5/0019.png
https://image.ibb.co/eUJaKk/0020.png
https://image.ibb.co/iBWvKk/0021.png
https://image.ibb.co/hyDmQQ/0022.png
https://image.ibb.co/eNR1s5/0023.png
https://image.ibb.co/b0ai5Q/0024.png`.split('\n')
},
b: {
"id": "b",
"poster":...