UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

13 lines 538 B
import type { ViewInfo } from '../../createAnimatedComponent/commonTypes'; import type { CSSStyle } from '../types'; import type { ICSSManager } from '../types/interfaces'; export default class CSSManager implements ICSSManager { private readonly cssAnimationsManager; private readonly cssTransitionsManager; private readonly viewTag; private isFirstUpdate; constructor({ shadowNodeWrapper, viewTag }: ViewInfo); update(style: CSSStyle): void; unmountCleanup(): void; } //# sourceMappingURL=CSSManager.d.ts.map