it is possible to animate multiple attribute? like this: `@include transition(transform 0.8s ease, width 1s ease);` `@include transition-delay(0s, 0.7s);`
it is possible to animate multiple attribute?
like this:
@include transition(transform 0.8s ease, width 1s ease);@include transition-delay(0s, 0.7s);