Page 1 of 1

[SOLVED] Animation duration (less than 1 sec) not respected on Bridge version

Posted: Thu Apr 04, 2019 9:08 pm
by fangeles
Hello,

The animation performed so fast when the duration is set below 1 second.

please see sample code below:

Code: Select all

 <Storyboard x:Key="LoginPage_Fadein" >
                <ObjectAnimationUsingKeyFrames BeginTime="0:0:0" Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Grid_Login">
                    <DiscreteObjectKeyFrame KeyTime="0">
                        <DiscreteObjectKeyFrame.Value>
                            <Visibility>Visible</Visibility>
                        </DiscreteObjectKeyFrame.Value>
                    </DiscreteObjectKeyFrame>
                </ObjectAnimationUsingKeyFrames>

                <DoubleAnimation BeginTime="0:0:0.0" Storyboard.TargetProperty="Opacity" Storyboard.TargetName="Grid_Login" From="0" To="1" Duration="0:0:0.999"/>

            </Storyboard>



I have set to 999 milisecs so "at least" it behaves correctly. Like in version 1.x

Hoping for your feedback.
Thanks.

Re: Animation duration (less than 1 sec) not respected on Bridge version

Posted: Mon May 20, 2019 10:03 pm
by fangeles
Hi @JS-Support team,

follow up on this.

Thanks.

Re: Animation duration (less than 1 sec) not respected on Bridge version

Posted: Mon May 20, 2019 11:58 pm
by JS-Support @Userware
Thanks for reporting this issue.

We are currently fine-tuning the animations system in v2.0 Preview. (By the way, the latest v2.0 Preview 0.5, and v1.2.2, introduces support for DoubleAnimationUsingKeyFrames, but this won't fix the issue that you reported).

We will keep you updated asap.

Thanks.

Re: Animation duration (less than 1 sec) not respected on Bridge version

Posted: Fri Aug 09, 2019 4:36 am
by JS-Support @Userware
Hi,

This issue is supposed to be solved in the latest NuGet package version 2.0.0-alpha42-057. Please feel free to keep is updated if you still encounter any issues.

Thanks