transformEndOpacity static method
Opacity value are 0-100 to match after effects
Implementation
static ValueDelegate<double> transformEndOpacity(List<String> keyPath,
{double? value,
double Function(LottieFrameInfo<double>)? callback,
double? relative}) =>
_double(keyPath, LottieProperty.transformEndOpacity, value, callback,
relative);