Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

271
Views
How to make the animation work properly every time the array is rerendered in angular animation

So I have an array that have invoices I render it this way
Animation script: angular-typescript--animation

Html: Html code

the function that filter the array :

filterInvoice(filterd:string ): void {
if (filterd != 'all') {
  this.filterdInvoiceData = this.invoiceData.filter((invoice:any) =>
  invoice.status.toLowerCase().includes(filterd)
  )
} else {
  this.filterdInvoiceData = this.invoiceData; 
}
this.statusFilter = filterd;

}

When I am clicking on a btn to change the filter Its starting the animation but not "leaving" good

link for gif-video of the problem

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!