Skip to content

Commit 66b57ed

Browse files
committed
Dev environment - Update VueUiCarouselTable testing arena
1 parent 9ef03b1 commit 66b57ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TestingArena/ArenaVueUiCarouselTable.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const { local, build, vduiLocal, vduiBuild, toggleTable, toggleLabels, toggleSta
1010
1111
const model = ref([
1212
{ key: 'responsiveBreakpoint', def: 400, type: 'number', min: 300, max: 800 },
13+
{ key: 'animation.type', def: 'scroll', type:'select', options: ['scroll', 'marquee']},
1314
{ key: 'animation.use', def: true, type: 'checkbox'},
1415
{ key: 'animation.speedMs', def: 1000, type: 'number', type: 'range', min: 200, max: 2000},
1516
{ key: 'animation.pauseOnHover', def: true, type: 'checkbox'},

0 commit comments

Comments
 (0)