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

rsx/overlays: Add support for animations #7184

Merged
merged 1 commit into from Jan 3, 2020
Merged

Conversation

kd-11
Copy link
Contributor

@kd-11 kd-11 commented Jan 3, 2020

Adds animation support. This commit adds the base framework and implements a translate animation used to slide elements around the screen. This is then used to implement the sliding animation for the trophy notification.

The main animations that will be added to various dialogs include fade_in, fade_out and sliding for the time being. Rotation is also fairly easy to add if required. Basically any transform that can be trivially represented in an equation. The only other remaining task here is adding the fade_in/out to the OSK to make its spawning/despawning a bit softer but that is for a later date.

- Adds animation support. This commit adds the base framework and
implements a translate animation used to slide elements around the
screen. This is then used to implement the sliding animation for the
trophy notification.
@kd-11 kd-11 merged commit 31b07fe into RPCS3:master Jan 3, 2020
@GitArUs GitArUs mentioned this pull request Jan 5, 2020
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

2 participants