mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
added hover effects to panels in social
at least partially QQ
This commit is contained in:
@ -44,7 +44,7 @@ namespace osu.Game.Users
|
||||
new Avatar(user)
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
OnLoadComplete = d => d.FadeInFromZero(200),
|
||||
OnLoadComplete = d => d.FadeInFromZero(400, Easing.Out),
|
||||
})
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user