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
I want to implement the zooming in/out functionality. I've read from comments in #58 that using scale might results in high memory usage, so I implemented it with the width attribute. However, when zooming to high width (about as wide as my screen) still make the page unresponsive for a certain amount of time (for a resize or something, I'm not exactly sure, also the higher the width value, the longer it takes) then everything go back to normal.
I want to implement the zooming in/out functionality. I've read from comments in #58 that using scale might results in high memory usage, so I implemented it with the width attribute. However, when zooming to high width (about as wide as my screen) still make the page unresponsive for a certain amount of time (for a resize or something, I'm not exactly sure, also the higher the width value, the longer it takes) then everything go back to normal.
Here's my code:
The text was updated successfully, but these errors were encountered: