1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:47:24 +08:00
osu-lazer/osu.Game/Storyboards
Dean Herbert 2cce785fa5 Fix storyboard videos not fading out on completion
Closes https://github.com/ppy/osu/issues/22802.

Stable uses a 1,000 ms fade-in / out. Rather than matching that, I've
stuck with 500ms (what lazer was already using for the fade-in) because
I think it feels better.

Tested using the beatmap linked in the issue thread.
2023-03-07 15:54:35 +09:00
..
Drawables Fix storyboard videos not fading out on completion 2023-03-07 15:54:35 +09:00
CommandLoop.cs Fix storyboard outro time potentially running too long 2023-02-06 16:39:44 +09:00
CommandTimeline.cs Fix incorrect handling of storyboard events with end_time before start_time 2022-11-07 12:25:36 +09:00
CommandTimelineGroup.cs Remove unused Duration property to avoid any misunderstandings 2023-02-06 16:42:39 +09:00
CommandTrigger.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
IStoryboardElement.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
IStoryboardElementWithDuration.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
Storyboard.cs Use MaxBy in all locations that can and update inspection level to match dotnet-build 2022-12-19 16:47:10 +09:00
StoryboardAnimation.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
StoryboardExtensions.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
StoryboardLayer.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
StoryboardSample.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
StoryboardSprite.cs Use MaxBy in all locations that can and update inspection level to match dotnet-build 2022-12-19 16:47:10 +09:00
StoryboardVideo.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
StoryboardVideoLayer.cs Partial everything 2022-11-27 00:00:27 +09:00