| | 11 | Animations |
| | 12 | ========== |
| | 13 | |
| | 14 | Right now it's all a mess. There is a sketch of an api proposal to be |
| | 15 | used by some kind of animation strategy and not much more. |
| | 16 | |
| | 17 | In the main I'm experimenting with cover flow animations. I think one |
| | 18 | "pretty" way of doing cover flow is to align the slides along (tangent |
| | 19 | to, seen from above) a function like the following (gnuplot). |
| | 20 | |
| | 21 | unset parametric |
| | 22 | plot [-500:500] +1/((sqrt(sqrt(-x)))+1), +1/((sqrt(sqrt(x)))+1/1) |
| | 23 | |
| | 24 | while the distance from the center of the scene should be |
| | 25 | |
| | 26 | set parametric |
| | 27 | plot sqrt(t),0 with linespoints |