UNPKG

@pilotlab/lux-attributes

Version:

A luxurious user experience framework, developed by your friends at Pilot.

8 lines (7 loc) 443 B
import { Attribute, IAttributeUpdateTracker } from '@pilotlab/lux-attributes'; import { IAnimationEaseFunction, ISpeed } from '@pilotlab/lux-animation'; export declare class AttributeDouble extends Attribute { constructor(key: string, value?: number, label?: string); go(target: number, durationSpeed?: (number | ISpeed), ease?: IAnimationEaseFunction, repeatCount?: number): IAttributeUpdateTracker; } export default AttributeDouble;