@omnia/fx-models 8.0.320-dev → 8.0.322-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -366,6 +366,7 @@ export interface VelcronSlidePanelDefinition extends VelcronDefinition {
|
|
366
366
|
type: "slide-panel";
|
367
367
|
slidesPerView?: VelcronBindableProp<number>;
|
368
368
|
delay?: VelcronBindableProp<number>;
|
369
|
+
speed?: VelcronBindableProp<number>;
|
369
370
|
pagination?: VelcronBindableProp<boolean>;
|
370
371
|
navigation?: VelcronBindableProp<boolean>;
|
371
372
|
scrollbar?: VelcronBindableProp<boolean>;
|