From 0e0483458081e3362348277b449d5c6ab6da404d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Debois?= Date: Tue, 15 Mar 2016 17:47:47 +0100 Subject: [PATCH] Comments --- examples/Demo.elm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/Demo.elm b/examples/Demo.elm index 7ba3805..a4e4ea6 100644 --- a/examples/Demo.elm +++ b/examples/Demo.elm @@ -148,7 +148,8 @@ view addr model = , main = [ top ] } {- The following line is not needed when you manually set up - your html, as done with page.html. + your html, as done with page.html. Removing it will then + fix the flicker you see on load. -} |> Material.topWithColors Material.Teal Material.Red