I'm running two completely separate functions and loading 4 libraries/plugins:
/gsap.min.js
/TweenMax.min.js
/Draggable.min.js
/ThrowPropsPlugin.min.js
function #1 is uses the gsap.timeline tool
function #2 is uses TweenLite, Draggable and ThrowPropsPlugin.
#1 works great if I comment out the TweenMax, Draggable and ThrowProps scripts.
#2 works great if I comment out the gsap.min.js script.
Is there some obvious reason why they won't work together?