Jump to content
Search Community

Search the Community

Showing results for tags 'gsap draggable create'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • GreenSock Forums
    • GSAP
    • Banner Animation
    • Jobs & Freelance
  • Flash / ActionScript Archive
    • GSAP (Flash)
    • Loading (Flash)
    • TransformManager (Flash)

Product Groups

  • Club GreenSock
  • TransformManager
  • Supercharge

Categories

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Personal Website


Twitter


CodePen


Company Website


Location


Interests

Found 1 result

  1. Hi, great work and thaks in advance In my code i'm just creating a Draggable instance, where 'element', is a div tag that i checked is not null and has an id and a classname. In return i get an strange error message in navigator console as 'TypeError: q.com.greensock is undefined' The odd thing is that i didn't any changes and it was working fine all the time. I'm getting scripts via http, so they are not stored in my machine, maybe something changed? function makeElementTouchDraggable(element) { console.log("touch-drag id="+element.id); var d = Draggable.create(element, { type:"y", bounds: list_notes_element, onPress:function() { }, onRelease:function() { }, onClick:function(event) { }, onDragStart:function() { dragStart(this.target); }, onDrag:function(event) { dragging(this); }, onDragEnd:function(e) { endingDrag(this); } }); currentDraggable=d[0]; }
×
×
  • Create New...