/** * DO NOT EDIT * * This file was automatically generated by * https://github.com/Polymer/gen-typescript-declarations * * To modify these typings, edit the source file(s): * animations/slide-up-animation.html */ /// /// /** * `` animates the transform of an element from `translateY(0)` to * `translateY(-100%)`. The `transformOrigin` defaults to `50% 0`. * * Configuration: * ``` * { * name: 'slide-up-animation', * node: , * transformOrigin: , * timing: * } * ``` */ interface SlideUpAnimationElement extends Polymer.Element, Polymer.NeonAnimationBehavior { configure(config: any): any; } interface HTMLElementTagNameMap { "slide-up-animation": SlideUpAnimationElement; }