-
Notifications
You must be signed in to change notification settings - Fork 138
chore: remove angular animations #13693
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
3f3259e to
1ba91f4
Compare
✅ Deploy Preview for fundamental-ngx ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
1ba91f4 to
a70a7dc
Compare
|
@robertIsaac can we merge this before even ng21? |
|
@droshev actually yes |
3acc3b9 to
a58c8ac
Compare
libs/cdk/utils/toast/classes/base-toast-animated-container.component.ts
Outdated
Show resolved
Hide resolved
libs/cdk/utils/toast/classes/base-toast-animated-container.component.ts
Outdated
Show resolved
Hide resolved
libs/cdk/utils/toast/classes/base-toast-animated-container.component.ts
Outdated
Show resolved
Hide resolved
libs/cdk/utils/toast/classes/base-toast-animated-container.component.ts
Outdated
Show resolved
Hide resolved
libs/core/dialog/dialog-container/dialog-container.component.ts
Outdated
Show resolved
Hide resolved
libs/core/message-box/message-box-container/message-box-container.component.ts
Show resolved
Hide resolved
since we don't need it anymore
64486ad to
9ffa4b9
Compare
9ffa4b9 to
cfa8645
Compare
| ></ng-template> | ||
| </ng-template> | ||
| <div class="fd-message-view"> | ||
| <div class="fdp-message-view"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@robertIsaac the classes are always prefixed with fd- see
| <section | ||
| class="fd-message-view__list" | ||
| #listSection | ||
| class="fdp-message-view__list" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above
|
@robertIsaac I will ask @InnaAtanasova, @MariaIDineva, and @mikerodonnell89 to look and once they approve we can merge it. |
mikerodonnell89
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something isn't working with the changes to the message box component, I'm no longer seeing the gradient fade-in
| @@ -0,0 +1,40 @@ | |||
| // Height collapse/expand animation using native CSS with custom properties | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct me if I'm wrong but I'm not seeing this file being used anywhere?
|
|
||
| /** @hidden */ | ||
| @ViewChild('detailsSection', { read: ElementRef }) | ||
| protected _detailsSection: ElementRef; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this is used anywhere
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
@mikerodonnell89 @droshev I will make this as draft till we merge #13599 |
that is ok too. Thanks for that! we should be good in 1-2 weeks to go with Angular 21. |

Related Issue(s)
closes #13091
Description
replace @angular/animations with native css
this is due to it being deprecated
source
https://blog.angular.dev/angular-summer-update-2025-1987592a0b42#559f