/** * 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/opaque-animation.html */ /// /// /** * `` makes an element `opacity:1` for the duration of the animation. Used to prevent * webkit/safari from drawing a frame before an animation for elements that animate from display:none. */ interface OpaqueAnimationElement extends Polymer.Element, Polymer.NeonAnimationBehavior { complete(config: any): void; configure(config: any): any; } interface HTMLElementTagNameMap { "opaque-animation": OpaqueAnimationElement; }