You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sounds what you are looking for is an animation and not a transition. Any more detail in what you are trying to do and maybe I could help you out a bit more.
but with ceaser, this only thing we can do is all or specific property (ex:width) @include ceaser-transition(all,0.3s, $easeInOutCirc); or @include ceaser-transition(width,0.3s,$easeInOutCirc);
It will be nice if we can do it like this: @include ceaser-transition((width 0.3s ease, height 0.6s ease),0.3s, $easeInOutCirc);
it is possible to animate multiple attribute?
like this:
@include transition(transform 0.8s ease, width 1s ease);
@include transition-delay(0s, 0.7s);
The text was updated successfully, but these errors were encountered: