js: slider add property slideStyle

This commit is contained in:
pengfei.zhou
2022-07-15 17:18:52 +08:00
committed by osborn
parent e6bdc3d819
commit b4eca3be2b
7 changed files with 7 additions and 7 deletions

View File

@@ -58,7 +58,7 @@ export class Slider extends Superview {
bounces?: boolean
@Property
pageTransformer?: "zoomout"
slideStyle?: "zoomOut"
private getItem(itemIdx: number) {
let view = this.renderPage(itemIdx)