Skip to main content
Community site session details

Community site session details

Session Id :
Power Apps - Power Apps Pro Dev & ISV
Unanswered

Animating smoothly with timer

(0) ShareShare
ReportReport
Posted on by 40
Hi All 
 
I got an HTMl element with linear-gradient css which I am trying to animate smoothly with timer, so I go a following code
  
"<div style=""
border-radius: 75px, 25px, 25px, 25px;
background: linear-gradient(90deg, rgba(160,45,253,1), rgba(253,45,204,"& If(GoingUpOrDown,Timer1.Value/2000, 1-(Timer1.Value/2000) ) &"));
width:100%; height:" & Self.Height - 1 &"px;""></div>"
 
And I got following code OnTimerEnd
 
UpdateContext({ GoingUpOrDown:!GoingUpOrDown});
And timer Repeat and Reset is true 
Which works, except at the end of the timer colour jerks for a split second 
 
Any ideas why its happening?
 
Thanks
  • realwillwright Profile Picture
    772 Super User 2025 Season 1 on at
    Animating smoothly with timer
    Have you tried looking at SVGs. This blog from Kristine should help, I'm not sure if it will be smoother than the HTML version, but might be worth a go. It is the second method.
     
  • WarrenBelz Profile Picture
    148,735 Most Valuable Professional on at
    Animating smoothly with timer
    If you mean like this
    I suspect it will be the timers resetting and momentarily not supplying any value. What you are doing is fairly adventurous.
     
    Please click Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it a Like.
    MVP (Business Applications)     Visit my blog Practical Power Apps    Buy me a coffee

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1