mirror of
https://github.com/prymitive/karma
synced 2026-05-11 03:46:48 +00:00
Fade on mount wasn't working because it was placed at the wrong level. Animate group moves around the grid.
6 lines
141 B
CSS
6 lines
141 B
CSS
.components-grid-alertgrid-alertgroup {
|
|
transition-property: top, left;
|
|
transition-duration: 0.3s;
|
|
transition-timing-function: ease;
|
|
}
|