Skip to content

Instantly share code, notes, and snippets.

@Dmuasya
Created December 7, 2022 03:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dmuasya/1b6971c67da212d440f6477f651e9d53 to your computer and use it in GitHub Desktop.
Save Dmuasya/1b6971c67da212d440f6477f651e9d53 to your computer and use it in GitHub Desktop.
canvas.on({
'object:moving': function(e) {
e.target.opacity = 0.5
},
'object:modified': function(e) {
e.target.opacity = 1
},
'object:selected': onObjectSelected,
'selection:cleared': onSelectedCleared
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment