added hover effects to panels in social

at least partially QQ
This commit is contained in:
Aergwyn
2018-01-04 11:41:06 +01:00
parent d0c9d71ee7
commit bf64b8fc69
8 changed files with 123 additions and 17 deletions

View File

@ -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),
})
);
}