Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve animation when rotating between available mods #864

Merged
merged 8 commits into from
May 29, 2017

Conversation

jorolf
Copy link
Contributor

@jorolf jorolf commented May 26, 2017

modanimation

{
foregroundIcon.RotateTo(15f, mod_switch_duration, mod_switch_easing);
backgroundIcon.RotateTo(-15f, mod_switch_duration, mod_switch_easing);
using (foregroundIcon.BeginDelayedSequence(mod_switch_duration))

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

@jorolf jorolf force-pushed the better-multimod-animation branch from f666431 to e86ccf6 Compare May 27, 2017 08:12
@peppy peppy changed the title add multimod animation Improve animation when rotating between available mods May 29, 2017
peppy
peppy previously approved these changes May 29, 2017
}

private void displayMod(Mod mod)
{
if(backgroundIcon != null)

This comment was marked as off-topic.

smoogipoo
smoogipoo previously approved these changes May 29, 2017
@smoogipoo smoogipoo dismissed stale reviews from peppy and themself via e4b876f May 29, 2017 09:10
@peppy peppy merged commit 1f247bf into ppy:master May 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants