/** * 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/scale-down-animation.html */ /// /// /** * `` animates the scale transform of an element from 1 to 0. By default it * scales in both the x and y axes. * * Configuration: * ``` * { * name: 'scale-down-animation', * node: , * axis: 'x' | 'y' | '', * transformOrigin: , * timing: * } * ``` */ interface ScaleDownAnimationElement extends Polymer.Element, Polymer.NeonAnimationBehavior { configure(config: any): any; } interface HTMLElementTagNameMap { "scale-down-animation": ScaleDownAnimationElement; }