You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.
like pivot point but more general like
go to relative point inside another graphic
good semantics for this
first mainly via AnimationOperation like
data Point = RelativePoint x1 y1 x2 y2 | AbsolutePoint x1 y1 x2 y2
Rotate Point angle
aim to somehow be able to select any point in any graphic and do any animation operation relative to it
The text was updated successfully, but these errors were encountered: