Skip to content

Handling zoom events #5

Description

@maxkfranz

In order to achieve maximum balance of performance and text quality, it is best to use the scale() transform during zooming, and then to use an adjusted font size along with scale(1, 1) when zooming is finished. That way, text is crisp when zooming is finished, and text is rendered quickly during zooming. You can use $$.util.debounce() on the zoom event for this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions