@nativescript-community/additween
Version:
Additive tweening library for smooth animations
7 lines (6 loc) • 327 B
TypeScript
import type { IStateReducer } from "./PlainObjectReducer";
import type { EasingFunction } from "./AdditiveTweening";
import { PlainObjectReducer } from "./PlainObjectReducer";
import { AdditiveTweening } from "./AdditiveTweening";
export type { EasingFunction, IStateReducer };
export { AdditiveTweening, PlainObjectReducer };