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