Example 1a: Using in-line configuration (instead of a config file)
Here we do the same simple animation as Example 1, but without using the config file. The
parameters are "in-line", and replace the config filename normally used in the
"<body...>" tag.
NOTES:
- You must separate each parameter with the character sequence: "\n" (without the quote
marks)
- You must put everything on one line of text! (but see below
about 'readability')
- You may include extra spaces before the parameter keyname in order to help with readability
- Be careful with double- and single-quote mark pairing, since
this uses nested strings!
Here is what this looks like:
If you want more "readability", you may separate lines by
using the continuation character "\" (a single
back-slash without the quote marks), at the end of each
line, so the HTML would then look like this: