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

New: Add zoom in and out functions #100

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

AlexIchenskiy
Copy link

This PR introduces zoomIn and zoomOut functions for the new orb-view API. They can be used as follows:

const orb = new Orb.OrbView(container, ...);
orb.zoomIn();
orb.zoomOut();

@AlexIchenskiy AlexIchenskiy added this to the v1.0.0 milestone Mar 27, 2024
@AlexIchenskiy AlexIchenskiy self-assigned this Mar 27, 2024
@AlexIchenskiy AlexIchenskiy merged commit 7cd077b into release/1.0.0 Mar 28, 2024
1 check passed
@AlexIchenskiy AlexIchenskiy deleted the new/add-zoom-in-and-out branch March 28, 2024 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants