Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Improve animation performance #168

Open
vicng opened this issue Aug 31, 2016 · 0 comments
Open

Improve animation performance #168

vicng opened this issue Aug 31, 2016 · 0 comments

Comments

@vicng
Copy link
Contributor

vicng commented Aug 31, 2016

Animation performance can be improved by making less calls to WorkspaceView.refreshView(), particularly when splicing in a new set of blocks into an existing block group. The reason is that it's expensive to make multiple changes to UIScrollView properties inside an on-going animation (which is what WorkspaceView does).

This can be done once WorkspaceLayout is refactored, where there is more granular control over how layout updates are performed on block disconnect/connect.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant