More events and states for fabric.Control #6754
hamzawain7
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Why using fabricjs for things like buttons? does it make sense? Anyway you already have mouseenter and mouseleave events ( i can't remember the exact names right now, but are in the docs and events demo ) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to render buttons slightly differently on Hover and Active state. I think that is not achievable with current api.
My proposition is to add mouseOverHandler, mouseOutHandler functions and isActive property
Beta Was this translation helpful? Give feedback.
All reactions