refactor(animations): inline css animations

This commit is contained in:
Adam Bradley
2016-02-09 16:22:40 -06:00
parent de76cefcf3
commit da18868636
94 changed files with 1071 additions and 6905 deletions

View File

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