An animation that changes the color of a Frame

영훈 정 281 Reputation points
2022-11-10T05:17:52.443+00:00
 <Frame  
        x:Name="xBorder"  
        Padding="2"  
        BackgroundColor="{StaticResource ColorBorder000}"  
        CornerRadius="90"  
        HasShadow="False"  
        IsClippedToBounds="True">     
  
        <Frame  
            Padding="0"  
            CornerRadius="90"  
            HasShadow="False"  
            IsClippedToBounds="True">  
  
  
            <StackLayout />  
  
        </Frame>  
  </Frame>  

I made a border using two frames.
When receiving a specific event, I want to change the color of the border using animation.

Can you give an example for animation?

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,326 questions
{count} votes