View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000694 | NoesisGUI | Unity | public | 2015-07-25 01:00 | 2025-02-22 19:10 |
| Reporter | Scherub | Assigned To | sfernandez | ||
| Priority | normal | Severity | major | ||
| Status | assigned | Resolution | open | ||
| Summary | 0000694: DoubleAnimation.BeginTime doesn't seem to work properly | ||||
| Description | I have the following Storyboard with extra big values. :) [quote]
[/quote] I try to do a second animation after the first has finished. The same Storyboard works in WPF but in NoesisGUI it's kinda messed up right now. The first time it runs both storyboards run, with the second animation apparently starting from scratch again. Each successive run it seems that only the second animation is played. | ||||
| Platform | Any | ||||
| has duplicate | 0001124 | assigned | sfernandez | Storyboard can not contain multiple animations targeting same property |
| has duplicate | 0003647 | assigned | sfernandez | Storyboard only executes the last animation of multiple animations that change targets on the same property |
|
It seems that we are ignoring the first animation of ScaleY, only the second one is applied. While we fix this bug, you can use a DoubleAnimationUsingKeyFrames that is perfect for this scenario:
|
|
|
Ah, this works. Thanks a lot! :) |
|
|
Is it possible I'm hitting the same bug in C++? My XAML:<Storyboard x:Key="FadeAnimation" TargetName="MyStackPanel">
|
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2015-07-25 01:00 | Scherub | New Issue | |
| 2015-07-25 01:57 | sfernandez | Note Added: 0002771 | |
| 2015-07-25 01:57 | sfernandez | Assigned To | => sfernandez |
| 2015-07-25 01:57 | sfernandez | Status | new => feedback |
| 2015-07-25 02:09 | Scherub | Note Added: 0002772 | |
| 2015-07-25 02:09 | Scherub | Status | feedback => assigned |
| 2018-11-01 02:14 | jsantos | View Status | public => private |
| 2018-11-22 21:32 | sfernandez | View Status | private => public |
| 2018-11-22 21:32 | sfernandez | Platform | => Any |
| 2018-11-22 21:32 | sfernandez | Relationship added | has duplicate 0001124 |
| 2023-11-06 15:27 | ivodopiviz | Note Added: 0008928 | |
| 2023-11-06 15:27 | ivodopiviz | Note Edited: 0008928 | |
| 2025-02-22 19:10 | Demond | Relationship added | has duplicate 0003647 |
| 2025-10-10 13:29 | jsantos | Category | Unity3D => Unity |