bumbu/svg-pan-zoom

Zoom animation option?

Open

#322 geöffnet am 2. Nov. 2018

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (383 Forks)batch import
feature requesthelp wanted

Repository-Metriken

Stars
 (1.585 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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