Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add Events.DragAnimationDidEnd aliases
- Loading branch information
Showing
with
6 additions
and
1 deletion.
-
+6
−1
framer/LayerDraggable.coffee
|
@@ -17,7 +17,12 @@ Events.Drag = "dragmove" |
|
|
Events.DragEnd = "dragend" |
|
|
Events.DragAnimationStart = "draganimationstart" |
|
|
Events.DragAnimationEnd = "draganimationend" |
|
|
Events.DirectionLockStart = "directionlockstart" |
|
|
Events.DirectionLockStart = "directionlockstart" |
|
|
|
|
|
# Add deprecated aliases |
|
|
Events.DragAnimationDidStart = Events.DragAnimationStart |
|
|
Events.DragAnimationDidEnd = Events.DragAnimationEnd |
|
|
|
|
|
|
|
|
""" |
|
|
|
|
|