/**
* 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/slide-from-top-animation.html
*/
///
///
/**
* `` animates the transform of an element from `translateY(-100%)` to
* `none`. The `transformOrigin` defaults to `50% 0`.
*
* Configuration:
* ```
* {
* name: 'slide-from-top-animation',
* node: ,
* transformOrigin: ,
* timing:
* }
* ```
*/
interface SlideFromTopAnimationElement extends Polymer.Element, Polymer.NeonAnimationBehavior {
configure(config: any): any;
}
interface HTMLElementTagNameMap {
"slide-from-top-animation": SlideFromTopAnimationElement;
}