@import "instance";

%animation_logo {
    @include transition(all $t11 ease-in-out);
    fill: $c0;
    stroke: $c2;
    stroke: {
        dashoffset: 0;
        dasharray: 0 360;
        width: 2px;
    }
}

.animation_trefoil_stripe {
    @include wh(126px, 59px);
    z-index: 1;

    .trefoil {
        @extend %animation_logo;
        @include animation(fillLogos 4s 2s ease-in-out infinite);
    }

    .stripe {
        @extend %animation_logo;
        @include animation(fillLogos 4s ease-in-out infinite);
    }
}
