Closed scottnc27603 closed 9 years ago
We should probably go ahead and merge this into the persistence-prerequisites branch as well to confirm it solves the problems we're seeing there with view interpolation.
Agreed. It should be on top of branch/tickless-model
since that's where the breaking change occurred.
By the way, here's how I've been recreating branch/persistence-prerequisites
after changes to the underlying branches:
git checkout -B branch/persistence-prerequisites 06408c0 # 06408c0 is the common base of the branches
git merge branch/tickless-model branch/absolute-application-url branch/component-relative-resources branch/modern-ids branch/reload-on-disconnect
git push -f origin
This branch has been merged into branch/tickless-model, in PR #450 Closing.
This is based off of Rob’s view interpolation. I tested by calling translateBy from the console for the duck and using the test/JSONLoadingTest applications. It’s a little harder to be sure the keyframe animations are interpolating correctly.