Slide 45
Slide 45 text
Animation
Animate(link, attr string, from, to int, duration float64, repeat int, s ...string)
AnimateMotion(link, path string, duration float64, repeat int, s ...string)
AnimateTranslate(link string, fx, fy, tx, ty int, duration float64, repeat int, s ...string)
AnimateRotate(link string, fs, fc, fe, ts, tc, te int, duration float64, repeat int, s ...string)
AnimateScale(link string, from, to, duration float64, repeat int, s ...string)
AnimateSkewX(link string, from, to, duration float64, repeat int, s ...string)
AnimateSkewY(link string, from, to, duration float64, repeat int, s ...string)