bdowning / retween

Work-in-progress playground/reimagining of https://github.com/jeremyckahn/shifty
MIT License
1 stars 0 forks source link

Consider interpolator passing verbatim non-number parameters rather than disallowing them #4

Open bdowning opened 8 years ago

bdowning commented 8 years ago

This might allow for more efficient preprocessing of data that either doesn't change or uses a 'step' easing (i.e. doesn't change at all until the next keyframe, then snaps to the new value); you could skip tearing apart and rebuilding strings this way.

Needs thinking about because of the chance for different state signatures between keyframes, as this might cause trouble.