[elm-discuss] Re: Ho to work with the DOM of element where Elm is 'embed'ed.

2016-11-18 Thread Wouter In t Velt
I tried this once with the idea to have some sort of "Elm is initializing" 
static HTML, to be replaced after my elm app loaded and ran.
So for me this behavior wasn't what I needed at the time.
(By now my elm app loads and runs in 1600ms first load, and 250ms with 
caching, so fortunately don't need the Loading screen anymore)

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[elm-discuss] Re: Ho to work with the DOM of element where Elm is 'embed'ed.

2016-11-18 Thread 'Rupert Smith' via Elm Discuss
On Thursday, November 17, 2016 at 5:30:29 PM UTC, Wouter In t Velt wrote:
>
> I tried that in 0.17, and the embedded elm stuff was placed after the last 
> existing child of the node where I embedded elm.
>
> So:
>
> 
>   
>   
> ... Elm stuff
>   
> 
>

I think that might make things even simpler for me. Thanks. 

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.