misterymyra_collaboration-08

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/e0iqCF/0001.png",
			"src":
`https://image.ibb.co/e0iqCF/0001.png
https://image.ibb.co/j8a3XF/0002.png
https://image.ibb.co/dr2Tzv/0003.png
https://image.ibb.co/empVCF/0004.png
https://image.ibb.co/fgbXRa/0005.png
https://image.ibb.co/csde6a/0006.png
https://image.ibb.co/dehiXF/0007.png
https://image.ibb.co/nnJOXF/0008.png
https://image.ibb.co/eDuVCF/0009.png
https://image.ibb.co/gQrACF/0010.png
https://image.ibb.co/hwUK6a/0011.png
https://image.ibb.co/i7hHsF/0012.png
https://image.ibb.co/gDHiXF/0013.png
https://image.ibb.co/h84mma/0014.png
https://image.ibb.co/j4ZVCF/0015.png
https://image.ibb.co/ip26ma/0016.png
https://image.ibb.co/eyKVCF/0017.png
https://image.ibb.co/mBCiXF/0018.png
https://image.ibb.co/dMHHsF/0019.png
https://image.ibb.co/drCiXF/0020.png
https://image.ibb.co/iG2Tzv/0021.png
https://image.ibb.co/cW81Kv/0022.png
https://image.ibb.co/m1AsRa/0023.png
https://image.ibb.co/hgDe6a/0024.png`.split('\n')
		},
		b: {
			"id": "b",
			"poster":...