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

Prevent creation of so many widgets and animation variables #22

Closed
anderscheow opened this issue Jan 17, 2019 · 1 comment
Closed

Prevent creation of so many widgets and animation variables #22

anderscheow opened this issue Jan 17, 2019 · 1 comment
Labels
enhancement New feature or request hactoberfest Hactoberfest optimization Optimization needed.

Comments

@anderscheow
Copy link
Contributor

It's clear that by creating exact number of text widget and animation variable based on the length of text is the fastest way of creating the desire animation. But memory consumption would increase based on the length of text.

So, I would suggest that just use two animations and two text widget to switch between different text, it could drastically reduce the memory consumption and increase in performance.

@aagarwal1012
Copy link
Owner

Yeah we can work upon this issue. Thanks 👍

@aagarwal1012 aagarwal1012 added the enhancement New feature or request label Jan 19, 2019
@aagarwal1012 aagarwal1012 added the optimization Optimization needed. label Feb 6, 2019
@aagarwal1012 aagarwal1012 added the hactoberfest Hactoberfest label Oct 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hactoberfest Hactoberfest optimization Optimization needed.
2 participants