MOBILE-4442 messages: Recover animation once a bug has been solved
parent
404cbf7965
commit
647fdf8bf3
|
@ -46,11 +46,9 @@ export class CoreMessageComponent implements OnInit {
|
||||||
|
|
||||||
protected deleted = false; // Needed to fix animation to void in Behat tests.
|
protected deleted = false; // Needed to fix animation to void in Behat tests.
|
||||||
|
|
||||||
// @TODO Recover the animation using native css or wait for Angular 13.1
|
@HostBinding('@coreSlideInOut') get animation(): string {
|
||||||
// where the bug https://github.com/angular/angular/issues/30693 is solved.
|
return this.isMine ? '' : 'fromLeft';
|
||||||
// @HostBinding('@coreSlideInOut') get animation(): string {
|
}
|
||||||
// return this.isMine ? '' : 'fromLeft';
|
|
||||||
// }
|
|
||||||
|
|
||||||
@HostBinding('class.is-mine') isMine = false;
|
@HostBinding('class.is-mine') isMine = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue