From f76aaedd794f15d9f049f53a081710b9565fb8b1 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 1 Nov 2015 12:24:51 +0100 Subject: Add an opacity animation at signIn and loggedIn overture --- src/server/Design/SignIn.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/server/Design/SignIn.hs') diff --git a/src/server/Design/SignIn.hs b/src/server/Design/SignIn.hs index 2350c54..6bacc3a 100644 --- a/src/server/Design/SignIn.hs +++ b/src/server/Design/SignIn.hs @@ -8,12 +8,15 @@ import Clay import Design.Color as C import Design.Helper +import Design.Animation.Opacity signInDesign :: Css signInDesign = ".signIn" ? do + opacityAnimation + form ? do let inputHeight = 50 width (px 500) -- cgit v1.2.3