material-motion-archive / starmap

Issue tracker for the starmap
https://material-motion.github.io/material-motion/
4 stars 0 forks source link

Should timeline scrubbers be attachable to multiple timelines simultaneously? #82

Open jverkoey opened 7 years ago

jverkoey commented 7 years ago

Example:

let timeline1 = Timeline()
let timeline2 = Timeline()
let scrubber = TimelineScrubber()

timeline1.scrubber = scrubber
timeline2.scrubber = scrubber
appsforartists commented 7 years ago

Why not? Could be an interesting way to drive two independent animations simultaneously.

Do scrubbers emit absolute or relative units when they change?