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
Currently, following #78, CSS is modified dynamically, when user is zooming in / out for performance reasons. This showed great performance improvement but it appears to be problematic:
The CSS remains static, when user is zooming in / out, a zoom level class is added depending on thresholds given by the user as input. The class could be named based on the min/max threshold (e.g. zoom-level-300-500), or on the interval index (e.g. zoom-level-2).
Describe the current behavior
Currently, following #78, CSS is modified dynamically, when user is zooming in / out for performance reasons. This showed great performance improvement but it appears to be problematic:
CSS_RULE
, which the user has to define in the constructor, which intersects the CSS rules concept.Describe the expected behavior
The CSS remains static, when user is zooming in / out, a zoom level class is added depending on thresholds given by the user as input. The class could be named based on the min/max threshold (e.g.
zoom-level-300-500
), or on the interval index (e.g.zoom-level-2
).Describe the motivation
Maintainability, fixing the #149 issue
Extra Information
No response
The text was updated successfully, but these errors were encountered: