bumbu/svg-pan-zoom

Zoom animation option?

Open

#322 opened on Nov 2, 2018

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

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