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