music_previous constant

AnimatedVectorData const music_previous

Animated vector for music previous.

Implementation

static const AnimatedVectorData music_previous = AnimatedVectorData(
  viewportSize: Size.square(200),
  duration: Duration(milliseconds: 333),
  root: RootVectorElement(
    elements: [
      GroupElement(
        rotation: 180,
        scaleX: 3.34,
        scaleY: 3.34,
        translateX: 99.705,
        translateY: 101.05534,
        elements: [
          GroupElement(
            translateX: -14.25,
            translateY: -14.25,
            elements: [
              GroupElement(
                translateX: 14.25,
                translateY: 14.25,
                elements: [
                  PathElement(
                    pathData: PathData.parse(
                      "M 9.3330078125,14.0 c 0.0,0.0 4.6669921875,0.0 4.6669921875,0.0 c 0.0,0.0 0.0,-28.0 0.0,-28.0 c 0.0,0.0 -4.6669921875,0.0 -4.6669921875,0.0 c 0.0,0.0 0.0,28.0 0.0,28.0 Z",
                    ),
                    fillColor: Color(0xFF000000),
                  ),
                ],
              ),
            ],
          ),
        ],
      ),
      GroupElement(
        rotation: 180,
        scaleX: 3.34,
        scaleY: 3.34,
        translateX: 99.705,
        translateY: 101.05534,
        elements: [
          GroupElement(
            translateX: -14.25,
            translateY: -14.25,
            elements: [
              ClipPathElement(
                pathData: PathData.parse(
                  "M 24.393951416,-0.677169799805 c 0.0,0.0 -25.1134490967,0.0 -25.1134490967,0.0 c 0.0,0.0 0.0,29.8667297363 0.0,29.8667297363 c 0.0,0.0 25.1134490967,0.0 25.1134490967,0.0 c 0.0,0.0 0.0,-29.8667297363 0.0,-29.8667297363 Z",
                ),
              ),
              GroupElement(
                translateX: 14.25,
                translateY: 14.25,
                elements: [
                  PathElement(
                    pathData: PathData.parse(
                      "M -14,14 c 0,0 19.8330078125,-14 19.8330078125,-14 c 0,0 -19.8330078125,-14 -19.8330078125,-14 c 0,0 0,28 0,28 Z",
                    ),
                    fillColor: Color(0xFF000000),
                    properties: PathAnimationProperties(
                      pathData: [
                        AnimationStep(
                          tween: ConstPathDataTween(
                            end: PathData.parse(
                              "M 10,14 c 0,0 19.8330078125,-14 19.8330078125,-14 c 0,0 -19.8330078125,-14 -19.8330078125,-14 c 0,0 0,28 0,28 Z",
                            ),
                          ),
                          curve: Curves.fastOutSlowIn,
                          interval: AnimationInterval(
                            end: Duration(milliseconds: 333),
                          ),
                        ),
                      ],
                    ),
                  ),
                ],
              ),
            ],
          ),
        ],
      ),
      GroupElement(
        rotation: 180,
        scaleX: 3.34,
        scaleY: 3.34,
        translateX: 146.465,
        translateY: 101.05534,
        elements: [
          GroupElement(
            translateX: -0.25,
            translateY: -14.25,
            elements: [
              ClipPathElement(
                pathData: PathData.parse(
                  "M 23.8758392334,-0.628646850586 c 0.0,0.0 -24.3848266602,0.0 -24.3848266602,0.0 c 0.0,0.0 0.0,29.631072998 0.0,29.631072998 c 0.0,0.0 24.3848266602,0.0 24.3848266602,0.0 c 0.0,0.0 0.0,-29.631072998 0.0,-29.631072998 Z",
                ),
              ),
              GroupElement(
                translateX: 14.25,
                translateY: 14.25,
                elements: [
                  PathElement(
                    pathData: PathData.parse(
                      "M -35.5,0.315963745117 c 0,0 19.8330078125,-0.315963745117 19.8330078125,-0.315963745117 c 0,0 -19.8330078125,-0.315963745117 -19.8330078125,-0.315963745117 c 0,0 0,0.631927490234 0,0.631927490234 Z",
                    ),
                    fillColor: Color(0xFF000000),
                    properties: PathAnimationProperties(
                      pathData: [
                        AnimationStep(
                          tween: ConstPathDataTween(
                            end: PathData.parse(
                              "M -14,14 c 0,0 19.8330078125,-14 19.8330078125,-14 c 0,0 -19.8330078125,-14 -19.8330078125,-14 c 0,0 0,28 0,28 Z",
                            ),
                          ),
                          curve: Curves.fastOutSlowIn,
                          interval: AnimationInterval(
                            end: Duration(milliseconds: 333),
                          ),
                        ),
                      ],
                    ),
                  ),
                ],
              ),
            ],
          ),
        ],
      ),
    ],
  ),
);