Feature Request: Make it compatible with touying-reducer #28
Notifications
Due Date
No due date set.
Depends on
#29 Add a hide function
HEL/chronos
Reference: HEL/chronos#28
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For use in animated slides (like touying) we require a hide function that does not change layout, but draws nothing.
The only alternative rn is
onlyand that does not even really work bc of the way you parse to cetz:You don't remove none functions before you pass the array.
And even if only would work, this would still change the layout, which is often not wanted. Please implement both things.