Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Major refactor of observables and parenting #18

Merged
merged 1 commit into from
Dec 5, 2016
Merged

Major refactor of observables and parenting #18

merged 1 commit into from
Dec 5, 2016

Conversation

gpeal
Copy link
Collaborator

@gpeal gpeal commented Dec 5, 2016

Removed Obervable completely in favor of animation listeners. Previously, a single observable was used in the model layer which prevented a Composition from being reused since the Observable would be reused too... This should allow Composition caching.

As part of the change, I redid how parenting works and removed the need for ParentLayer or ChildContainerLayers which should be a big win for simplicity.

Also created some better toString methods.

@gpeal gpeal merged commit 57faa56 into master Dec 5, 2016
@gpeal gpeal deleted the observable branch December 5, 2016 21:50
This was referenced Dec 19, 2018
@wlj190785060 wlj190785060 mentioned this pull request Nov 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant