misterymyra_collaboration-09

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/fNsaCF/0001.png",
			"src":
`https://image.ibb.co/fNsaCF/0001.png
https://image.ibb.co/mPeSRa/0002.png
https://image.ibb.co/cv4Bma/0003.png
https://image.ibb.co/mwytzv/0004.png
https://image.ibb.co/fRi46a/0005.png
https://image.ibb.co/m60j6a/0006.png
https://image.ibb.co/mOyFCF/0007.png
https://image.ibb.co/fNwDzv/0008.png
https://image.ibb.co/mAwrma/0009.png
https://image.ibb.co/gevj6a/0010.png
https://image.ibb.co/fGX8XF/0011.png
https://image.ibb.co/dizBma/0012.png
https://image.ibb.co/ekUBma/0013.png
https://image.ibb.co/dPttzv/0014.png
https://image.ibb.co/ccdhsF/0015.png
https://image.ibb.co/mQf6Kv/0016.png
https://image.ibb.co/jr78XF/0017.png
https://image.ibb.co/kXCxRa/0018.png
https://image.ibb.co/j2vHRa/0019.png
https://image.ibb.co/nGNxRa/0020.png
https://image.ibb.co/hHz0ev/0021.png
https://image.ibb.co/hvSLev/0022.png
https://image.ibb.co/dMxxRa/0023.png
https://image.ibb.co/nj28XF/0024.png`.split('\n')
		},
		b: {
			"id": "b",
			"poster":...