mysticsymbolic / mysticsymbolic.github.io

Fun with procedurally generated visionary art!

Home Page:https://mysticsymbolic.art/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Taxonomy of Simple Animation Cycles

ninapaley opened this issue · comments

As a reference, here are some code-able simple animations that can be applied to many things, illustrated with 2-second/30-frame gifs at 15 fps:

  1. float
    float
  2. pulsate
    pulsate
  3. rotate around anchor point
    rotate_anchor
  4. rotate around centroid (geometric center)
    rotate_centroid
  5. glide horizontal
    glide_horizontal
  6. glide vertical
    glide_vertical
  7. scale forever (here I used 3 instances of the same 90-frame symbol/animation, so the whole cycle could be 30 frames):
    scale_forever
  8. follow path (3 instances of 90-frame cycle used here as well):
    follow_path
    There can and will surely be others, but this should be plenty to start with. If following a path is too complicated we can drop it like a hot potato.