/** * 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-down-animation.html */ /// /// /** * `` animates the transform of an element from `none` `translateY(100%)`. * The `transformOrigin` defaults to `50% 0`. * * Configuration: * ``` * { * name: 'slide-down-animation', * node: , * transformOrigin: , * timing: * } * ``` */ interface SlideDownAnimationElement extends Polymer.Element, Polymer.NeonAnimationBehavior { configure(config: any): any; } interface HTMLElementTagNameMap { "slide-down-animation": SlideDownAnimationElement; }