UNPKG

@razi91/types-ol-ext

Version:
16 lines (14 loc) 477 B
import { default as featureAnimation, Options, FeatureAnimationEvent } from './FeatureAnimation'; /** Show an object for a given duration * @constructor * @extends {featureAnimation} * @param {Options} options */ declare class Show extends featureAnimation { constructor(options?: Options); /** Animate: just show the object during the laps time * @param {FeatureAnimationEvent} e */ animate(e: FeatureAnimationEvent): boolean; } export default Show;