Questions tagged [angular-animations]

Use this tag to better reference animations in angular versions 2.0 and over or the BrowserAnimationsModule.

Angular's animation system lets you build animations that run with the same kind of native performance found in pure CSS animations. You can also tightly integrate your animation logic with the rest of your application code, for ease of control.

To find more information :

664 questions
-2
votes
1 answer

Angular Animations apply conditionally

I applied fadein effect of Angular-Animations to my Angular project based on ASP.NET, and display only the first row faded-in. However, the other rows are not displayed when using *ngIf as shown below:
user5871859
-2
votes
1 answer

Smooth shrinking animation

I would like to be able to shrink an HTML tag to make it disappear, and have a smooth disappearance for the remaining items (so that they don't jump where the tag used to be) const div =…
user4676340
-2
votes
1 answer

How to make form in few parts so they are one after another

I'm building angular project and want to realize registration in few parts to be one after another. Registration requires about 10 fields and to look good I want to separate input fields in groups. So, when you enter all fields in first group, by…
i542
  • 7
  • 3
-3
votes
2 answers

Progress Animation using JS

I came through this kind of animation while working on Asana, I am trying to implement it in my Angular 6 project, but still don't have an idea, how can I proceed in implementing this kind of animation? Initially, step is to fill the div with…
Divyanshu Rawat
  • 4,421
  • 2
  • 37
  • 53
1 2 3
44
45