#69 : Rename entities

This commit is contained in:
Vadim
2021-09-10 13:46:25 +03:00
parent b45d959efe
commit fc14e0cab9

View File

@@ -113,12 +113,12 @@
/** /**
* Number of particles to show * Number of particles to show
*/ */
export let pagesToShow = 1 export let particlesToShow = 1
/** /**
* Number of particles to scroll * Number of particles to scroll
*/ */
export let pagesToScroll = 1 export let particlesToScroll = 1
export async function goTo(pageIndex, options) { export async function goTo(pageIndex, options) {
const animated = get(options, 'animated', true) const animated = get(options, 'animated', true)