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

Please report bugs here. If you are unsure whether something is a bug or an expected behavior, please post it on the "Technical Support" forum instead, and wait for a moderator to handle/move the post.
fangeles
Posts: 52
Joined: Wed Jan 16, 2019 12:48 am

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

Postby fangeles » Thu Apr 04, 2019 9:08 pm

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.

fangeles
Posts: 52
Joined: Wed Jan 16, 2019 12:48 am

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

Postby fangeles » Mon May 20, 2019 10:03 pm

Hi @JS-Support team,

follow up on this.

Thanks.

JS-Support @Userware
Site Admin
Posts: 1142
Joined: Tue Apr 08, 2014 3:42 pm

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

Postby JS-Support @Userware » Mon May 20, 2019 11:58 pm

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.

JS-Support @Userware
Site Admin
Posts: 1142
Joined: Tue Apr 08, 2014 3:42 pm

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

Postby JS-Support @Userware » Fri Aug 09, 2019 4:36 am

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


Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 27 guests

 

 

cron