1

Foundation 6 を使用しており、モーション UI トランジションとアニメーションを SASS ファイルにインポートしています。

しかし、以下のようなことをすると、アニメーションは発生しません。何が足りないの?!

.site-logo {
    text-align: center;
    margin-bottom: 0.4rem;
    @include mui-animation(spin(in, 360deg));
}

ありがとう

4

1 に答える 1