X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fapp-control%2Fapp-control.animations.ts;fp=webapp-frontend%2Fsrc%2Fapp%2Fcontrol%2Fcontrol.animations.ts;h=b3f3cd3ba86344a783e1885454c0e4818ebe5e93;hb=dfa4f23a94fcbf31deab33abde4c6a8318fd4186;hp=aa92a57cac190f69537b68bbc96662161191e68c;hpb=9ed0faf04c7b65d86796aff901c5793dda581d43;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/control/control.animations.ts b/webapp-frontend/src/app/app-control/app-control.animations.ts similarity index 96% rename from webapp-frontend/src/app/control/control.animations.ts rename to webapp-frontend/src/app/app-control/app-control.animations.ts index aa92a57c..b3f3cd3b 100644 --- a/webapp-frontend/src/app/control/control.animations.ts +++ b/webapp-frontend/src/app/app-control/app-control.animations.ts @@ -20,7 +20,7 @@ import { animate, state, style, transition, trigger } from '@angular/animations'; -export const ControlAnimations = { +export const AppControlAnimations = { messageTrigger: trigger('messageExpand', [ state('collapsed', style({ height: '0px', minHeight: '0', display: 'none' })), state('expanded', style({ height: '*' })),