Discussion:
[elm-discuss] Javascript interop width timing
r***@gmail.com
2017-08-30 19:57:54 UTC
Permalink
Hello guys,
I'm involved in developing a interactive animation for children.

I'm wondering if it is possible to control dom elements properties (build
with Tumult Hype, specifically the position of that elements) via
javascript ports on a timing base, like the watch hands of the example in
elm-guide.

If yes, where please can I find a skeleton suitable for this purpose?

Many thanks,
Rosario
--
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+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Peter Damoc
2017-08-31 06:29:50 UTC
Permalink
Here is the watch example modified to have an effect in a place of the DOM
that's outside of Elm's control:
https://ellie-app.com/4b3rFVGCK32a1/0
Post by r***@gmail.com
Hello guys,
I'm involved in developing a interactive animation for children.
I'm wondering if it is possible to control dom elements properties (build
with Tumult Hype, specifically the position of that elements) via
javascript ports on a timing base, like the watch hands of the example in
elm-guide.
If yes, where please can I find a skeleton suitable for this purpose?
Many thanks,
Rosario
--
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
For more options, visit https://groups.google.com/d/optout.
--
There is NO FATE, we are the creators.
blog: http://damoc.ro/
--
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+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...