misterymyra_collaboration-10
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/nR93hF/0001.png",
"src":
`https://image.ibb.co/nR93hF/0001.png
https://image.ibb.co/dYyJGa/0002.png
https://image.ibb.co/bOeKNF/0003.png
https://image.ibb.co/fj3eNF/0004.png
https://image.ibb.co/gAgYhF/0005.png
https://image.ibb.co/mZXH9v/0006.png
https://image.ibb.co/jecjpv/0007.png
https://image.ibb.co/jwaFwa/0008.png
https://image.ibb.co/dHrAUv/0009.png
https://image.ibb.co/fqD2ba/0010.png
https://image.ibb.co/kcLthF/0011.png
https://image.ibb.co/kPPx9v/0012.png
https://image.ibb.co/jW9VUv/0013.png
https://image.ibb.co/mCEKNF/0014.png
https://image.ibb.co/d7ux9v/0015.png
https://image.ibb.co/edX62F/0016.png
https://image.ibb.co/mjgNba/0017.png
https://image.ibb.co/m8bYhF/0018.png
https://image.ibb.co/bGsvwa/0019.png
https://image.ibb.co/fWGzNF/0020.png
https://image.ibb.co/h5dqUv/0021.png
https://image.ibb.co/iFroGa/0022.png
https://image.ibb.co/fg7jpv/0023.png
https://image.ibb.co/iRex9v/0024.png`.split('\n')
},
b: {
"id": "b",
"poster":...