bumbu/svg-pan-zoom

Zoom animation option?

Open

#322 opened on Nov 2, 2018

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (383 forks)batch import
feature requesthelp wanted

Repository metrics

Stars
 (1,585 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hey - great library!

I was reading through the closed issues and PRs and was wondering if there's a reason for not providing and easier way to animate zoom - something like animated: true on init?

I know we animate zoom by adding .svg-pan-zoom_viewport { transition: transform 0.4s ease-out; } but would be awesome if this could be done through options

Contributor guide