UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

7 lines (6 loc) 219 B
'use strict'; import { CSSKeyframesRuleImpl } from '../platform'; export default function keyframes(keyframeDefinitions) { return new CSSKeyframesRuleImpl(keyframeDefinitions); } //# sourceMappingURL=keyframes.js.map