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