docs(scroll): update docs

This commit is contained in:
mhartington
2016-02-02 13:13:41 -05:00
parent 8c7bfc6da2
commit 9ceb7f2fcc

View File

@ -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) {