Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.
This repository was archived by the owner on May 1, 2024. It is now read-only.

AnimationBehavior in Android fires event twice. #1099

@andreybel

Description

@andreybel

Here is the code sample:

 <ffimageloadingsvg:SvgCachedImage 
                                  Grid.Column="4"
                                  Source="{x:Static helpers:ImageNameHelper.CancelGray}"
                                  Aspect="AspectFit">
                    <ffimageloadingsvg:SvgCachedImage.Behaviors>
                                <xct:AnimationBehavior 
                                        Command="{Binding Source={x:Reference this},  Path=BindingContext.CancelOrderCommand}"
                                        CommandParameter="{Binding .}">
                                    <xct:AnimationBehavior.AnimationType>
                                        <xct:FadeAnimation Easing="{x:Static Easing.Linear}"  Duration="100"/>
                                    </xct:AnimationBehavior.AnimationType>
                                </xct:AnimationBehavior>
                   </ffimageloadingsvg:SvgCachedImage.Behaviors>
</ffimageloadingsvg:SvgCachedImage>

Target command fires twice.

Xamarin Frorms Version="5.0.0.2012"
Prism MVVM Version="7.2.0.1422"
VS 2019 Version="16.8.3"

Metadata

Metadata

Labels

a/animationbugSomething isn't working. Breaky break.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions