KeyframeEffectReadOnly constructor

KeyframeEffectReadOnly(
  1. Element? target,
  2. Object? effect, [
  3. Object? options
])

Implementation

factory KeyframeEffectReadOnly(
  Element? target,
  Object? effect, [
  Object? options,
]) {
  return _KeyframeEffectReadOnlyImpl();
}