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