feat(core): add ease option to viewport transform functions (#1848)

* chore(core): update d3-deps

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* feat(core): add ease option to viewport transform functions

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(changeset): add

* chore: cleanup

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

---------

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2025-05-19 14:03:43 +02:00
parent b792d7f536
commit 00bc28bf1b
6 changed files with 88 additions and 36 deletions

View File

@@ -0,0 +1,5 @@
---
"@vue-flow/core": minor
---
Add `ease` option to viewport altering functions.