Format div and node examples using elm-format. They were spaced too much (one space too many in the case of div), and because of that elm-format didn't kick in.
Clarify a sentence in lookAt. It was a bit heard to read, and it wasn't clear that the code block after the sentence was the default value and not a usage example.
Link to functions in the Custom section of Animator.Inline. That should make it a bit easier for people to know where to look (even if the functions are directly below. That wasn't obvious for me at first read).
Feel free to pick the commits if you do not like some of the changes :)
div
), and because of thatelm-format
didn't kick in.lookAt
. It was a bit heard to read, and it wasn't clear that the code block after the sentence was the default value and not a usage example.Feel free to pick the commits if you do not like some of the changes :)