mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(animations): inline css animations
This commit is contained in:
@@ -8,7 +8,7 @@ export class SlideEdgeGesture extends SlideGesture {
|
||||
public maxEdgeStart: any;
|
||||
private _d: any;
|
||||
|
||||
constructor(element: Element, opts: any = {}) {
|
||||
constructor(element: HTMLElement, opts: any = {}) {
|
||||
defaults(opts, {
|
||||
edge: 'left',
|
||||
maxEdgeStart: 50
|
||||
|
||||
Reference in New Issue
Block a user