You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening for tracking purposes. This is the root cause of some storyboards having very high overheads (many objects with short repeating loop).
The overhead is from looping elements, specifically the Clone of the Transform for each loop that has played out since the last update of the DrawableStoryboard:
A solution probably involves changing how loops are handled to not require a new Transform copy per loop. It should be a medium effort fix where the original looping transform can know where it is in a loop sequence and handle rewind locally.
The text was updated successfully, but these errors were encountered:
Opening for tracking purposes. This is the root cause of some storyboards having very high overheads (many objects with short repeating loop).
A solution probably involves changing how loops are handled to not require a new
Transform
copy per loop. It should be a medium effort fix where the original looping transform can know where it is in a loop sequence and handle rewind locally.The text was updated successfully, but these errors were encountered: