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