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