@shopify/react-native-skia
Version:
High-performance React Native Graphics using Skia
9 lines (8 loc) • 367 B
TypeScript
import type { TimingConfig } from "../types";
/**
* Configures a looped timing value. The value will go back and forth
* between 0 and 1 and back.
* @param config Timing configuration for easing and duration
* @returns A value that can be used for further animations
*/
export declare const useLoop: (config?: TimingConfig) => import("../..").SkiaValue<number>;