Fix stories
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
<script>
|
<script>
|
||||||
import Carousel from '../Carousel.svelte'
|
import Carousel from '../Carousel.svelte'
|
||||||
import { NEXT } from '../../../direction'
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CSS animation timing function
|
* CSS animation timing function
|
||||||
@@ -40,7 +39,7 @@
|
|||||||
/**
|
/**
|
||||||
* Autoplay change direction ('next', 'prev')
|
* Autoplay change direction ('next', 'prev')
|
||||||
*/
|
*/
|
||||||
export let autoplayDirection = NEXT
|
export let autoplayDirection = 'next'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Pause autoplay on focus
|
* Pause autoplay on focus
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
<script>
|
<script>
|
||||||
import Carousel from '../Carousel.svelte'
|
import Carousel from '../Carousel.svelte'
|
||||||
import { NEXT } from '../../../direction'
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CSS animation timing function
|
* CSS animation timing function
|
||||||
@@ -40,7 +39,7 @@
|
|||||||
/**
|
/**
|
||||||
* Autoplay change direction ('next', 'prev')
|
* Autoplay change direction ('next', 'prev')
|
||||||
*/
|
*/
|
||||||
export let autoplayDirection = NEXT
|
export let autoplayDirection = 'next'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Pause autoplay on focus
|
* Pause autoplay on focus
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
<script>
|
<script>
|
||||||
import Carousel from '../Carousel.svelte'
|
import Carousel from '../Carousel.svelte'
|
||||||
import { NEXT } from '../../../direction'
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CSS animation timing function
|
* CSS animation timing function
|
||||||
@@ -40,7 +39,7 @@
|
|||||||
/**
|
/**
|
||||||
* Autoplay change direction ('next', 'prev')
|
* Autoplay change direction ('next', 'prev')
|
||||||
*/
|
*/
|
||||||
export let autoplayDirection = NEXT
|
export let autoplayDirection = 'next'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Pause autoplay on focus
|
* Pause autoplay on focus
|
||||||
|
|||||||
Reference in New Issue
Block a user