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