TranslateTimeline constructor

TranslateTimeline(
  1. int frameCount
)

Implementation

TranslateTimeline(int frameCount)
    : frames = Float32List(frameCount * TranslateTimeline.entries),
      super(frameCount);