TODO: for each of my 'project' pages:
An example of this is the animation keyword which is shorthand for lots of things, all of which need explaining!
animation: duration | easing-function | delay | iteration-count | direction | fill-mode | play-state | name
animation: 3s ease-in 1s 2 reverse both paused slidein;
This link may be useful: Animation
TODO: get creative myself. Animate all sorts of things, e.g. letters - my own name for example.
I also hope that there is some benefit in an exposure to declarative languages instead of the mostly imperative one (Scratch) we have used up to now.