File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ export class Slides extends Ion {
154
154
}
155
155
156
156
/**
157
- * @input {boolean} Whether the slide should show the page or not
157
+ * @input {boolean} Whether the slide should show the pager or not
158
158
*/
159
159
@Input ( ) pager : any ;
160
160
@@ -166,17 +166,17 @@ export class Slides extends Ion {
166
166
/**
167
167
* @input {number} Whether or not the slider can zoom in or out
168
168
*/
169
- // @Input () zoom: any;
169
+ @Input ( ) zoom : any ;
170
170
171
171
/**
172
172
* @input {number} how long it should take to zoom a slide
173
173
*/
174
- // @Input () zoomDuration: any;
174
+ @Input ( ) zoomDuration : any ;
175
175
176
176
/**
177
177
* @input {number} the max scale an slide can be zoomed
178
178
*/
179
- // @Input () zoomMax: any;
179
+ @Input ( ) zoomMax : any ;
180
180
181
181
/**
182
182
* @output {any} expression to evaluate when a slide has been changed
You can’t perform that action at this time.
0 commit comments