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
This library holds potential to exceed other library like jQuery Draggable or even Green$ock API.
One of the feature I like in Green$ock is the .applyBounds() call where another process (eg: animation) moves the element out of the restrict-zone and running element.applyBounds() pushes it back to the restrict-zone. An example could be:-
Animated Page Title, where text fly all over, opacity goes to 0 (fadeOut)
Calls .applyBound(), moves text to the restricted zone
opacity returns to 1 (fadeIn)
Question: Is there an example or HowTo in extending the interactJS correctly (eg: SnapSVG plugin() call) or even a general guideline or pointers that an extended function has to hook into InteractJS?
Firstly, a thank you.
This library holds potential to exceed other library like jQuery Draggable or even Green$ock API.
One of the feature I like in Green$ock is the
.applyBounds()
call where another process (eg: animation) moves the element out of the restrict-zone and runningelement.applyBounds()
pushes it back to the restrict-zone. An example could be:-.applyBound()
, moves text to the restricted zoneQuestion: Is there an example or HowTo in extending the interactJS correctly (eg: SnapSVG plugin() call) or even a general guideline or pointers that an extended function has to hook into InteractJS?
End of day, it could be a love child between InteractJS and https://github.com/juliangarnier/anime :-)
The text was updated successfully, but these errors were encountered: