/** * 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/fade-out-animation.html */ /// /// /** * `` animates the opacity of an element from 1 to 0. * * Configuration: * ``` * { * name: 'fade-out-animation', * node: * timing: * } * ``` */ interface FadeOutAnimationElement extends Polymer.Element, Polymer.NeonAnimationBehavior { configure(config: any): any; } interface HTMLElementTagNameMap { "fade-out-animation": FadeOutAnimationElement; }