boardzilla / boardzilla-core

Boardzilla core library
GNU Affero General Public License v3.0
179 stars 3 forks source link

Rotation #26

Closed aghull closed 6 months ago

aghull commented 6 months ago

make rotation a first class element property, like row and column

now, can just say element.rotation = 90 and no longer need to manage through custom CSS transforms

rotation animation happens automatically between state updates