number_interpolation

Last updated:

0 purchases

number_interpolation Image
number_interpolation Images
Add to Cart

Description:

number interpolation

Interpolation #
This library is a port of react-natives Animated interpolation.
import 'package:interpolation/interpolation.dart'

final interpolate = createInterpolation(
inputRange: [0, 1],
outputRange: [0, 100]
);

final result = interpolate(0.5);

copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.