Skip to content

Commit

Permalink
Label now fades when input is valid. References #47.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brenton Ashworth and Craig Andera committed Jan 10, 2012
1 parent 943243d commit bfafe96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/cljs/one/sample/animation.cljs
Expand Up @@ -47,7 +47,7 @@
"Make the passed input field label invisible. Run when the input "Make the passed input field label invisible. Run when the input
field loses focus and contains a valid input value." field loses focus and contains a valid input value."
[label] [label]
(play label {:effect :fade :end 0 :time 200})) (play label {:effect :fade :start 1 :end 0 :time 200}))


(def move-down [{:effect :fade :end 1 :time 200} (def move-down [{:effect :fade :end 1 :time 200}
{:effect :color :end "#BBC4D7" :time 200} {:effect :color :end "#BBC4D7" :time 200}
Expand Down

0 comments on commit bfafe96

Please sign in to comment.