UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

13 lines 600 B
import type { ReanimatedHTMLElement } from '../../ReanimatedModule/js-reanimated'; import type { CSSTransitionProperties } from '../types'; import type { ICSSTransitionsManager } from '../types/interfaces'; export default class CSSTransitionsManager implements ICSSTransitionsManager { private readonly element; private isAttached; constructor(element: ReanimatedHTMLElement); update(transitionProperties: CSSTransitionProperties | null): void; unmountCleanup(): void; private detach; private setElementTransition; } //# sourceMappingURL=CSSTransitionsManager.web.d.ts.map