#69 : Rename entities
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user