mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
docs(scroll): update docs
This commit is contained in:
@ -45,8 +45,17 @@ import * as util from '../../util';
|
|||||||
'</scroll-content>'
|
'</scroll-content>'
|
||||||
})
|
})
|
||||||
export class Scroll extends Ion {
|
export class Scroll extends Ion {
|
||||||
|
/**
|
||||||
|
* @private
|
||||||
|
*/
|
||||||
private maxScale: number = 3;
|
private maxScale: number = 3;
|
||||||
|
/**
|
||||||
|
* @private
|
||||||
|
*/
|
||||||
private zoomDuration: number = 250;
|
private zoomDuration: number = 250;
|
||||||
|
/**
|
||||||
|
* @private
|
||||||
|
*/
|
||||||
private scrollElement: HTMLElement;
|
private scrollElement: HTMLElement;
|
||||||
|
|
||||||
constructor(elementRef: ElementRef) {
|
constructor(elementRef: ElementRef) {
|
||||||
|
Reference in New Issue
Block a user