.realtime-animation-list.ng-enter,
.realtime-animation-list.ng-change {
background-color: @component-realtime-added;
transition: 1s linear all;
}
.realtime-animation-list.ng-enter-active,
.realtime-animation-list.ng-change {
background-color: @component-background-default;
}