react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
9 lines • 548 B
TypeScript
import type { NormalizedCSSAnimationKeyframesConfig } from '../platform/native';
import type { CSSAnimationKeyframes, PlainStyle } from '../types';
import CSSKeyframesRuleBase from './CSSKeyframesRuleBase';
export default class CSSKeyframesRuleImpl<S extends PlainStyle = PlainStyle> extends CSSKeyframesRuleBase<S> {
private normalizedKeyframes_;
constructor(keyframes: CSSAnimationKeyframes<S>, cssText?: string);
get normalizedKeyframesConfig(): NormalizedCSSAnimationKeyframesConfig;
}
//# sourceMappingURL=CSSKeyframesRule.d.ts.map