taataa / tapspace

Zoomable user interface library for web apps.
https://taataa.github.io/tapspace/
MIT License
58 stars 8 forks source link

Rename translateScaleRotate to move #134

Closed axelpale closed 1 year ago

axelpale commented 1 year ago

In v2 the complex-sounding translateScaleRotate was removed and replaced by match() method. The name 'move' was dropped because the ambiguity. For example item.move(target) can mean either:

Therfore use of general move sounds a bad decision.