We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d1fed commit 94583e7Copy full SHA for 94583e7
docs/examples/ExampleActiveClasses.vue
@@ -21,8 +21,8 @@ const config = {
21
</template>
22
23
<style scoped>
24
-:root {
25
- --carousel-transition: 300ms;
+.carousel {
+ --carousel-transition: 500ms;
26
--carousel-opacity-inactive: 0.7;
27
--carousel-opacity-active: 1;
28
--carousel-opacity-near: 0.9;
docs/examples/ExampleGallery.vue
@@ -20,6 +20,8 @@ const galleryConfig = {
20
const thumbnailsConfig = {
itemsToShow: 7,
wrapAround: true,
+ mouseDrag: false,
+ touchDrag: false,
height: 100,
gap: 10,
}
0 commit comments