erdemmalliq

Results 1 comments of erdemmalliq

Edited @dJani97's solution little bit: ``` mat-form-field.ng-invalid.ng-touched { animation: bigger; animation-duration: 0.3s; margin-bottom: 17px; } @keyframes bigger { from {margin-bottom: 0;} to {margin-bottom: 17px;} } mat-form-field.ng-valid.ng-touched { animation: smaller; animation-duration:...