This commit is contained in:
Yann Esposito (Yogsototh) 2015-09-01 00:32:46 +02:00
parent 3904834a8e
commit c96c1e4bca

View file

@ -89,7 +89,8 @@
[:div.project {:style {:font-family "Monaco,monospace" :opacity 0.5}}
(gets [:vgapi :project-id])]
[:div
{:style {:opacity (rx (str @ease4))}
{:style {:opacity (rx (str @ease4))
:-webkit-filter (rx (str "blur(" (* 15 (- 1 @ease4)) "px)"))}
:node/on-attached (fn [node callback]
(animation/start-easing! ease4 0.0 1.0 7000 animation/quad-in callback))
}