Jump to content
Search Community

Search the Community

Showing results for tags 'product configurator'.

  • 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. I've attached a drawing. I'm trying to find out how and if i should use GSAP/Draggable to build this. The idea is that the bottom of the drawing is a search area where you can find items, then you can drag the items you want up to the top area (dragging the same item multiple times is possible, so i'm thinking i would have to create a clone and drag that instead of the actual item). Once dragged to the top "configurator" the items can be rearranged in any order horizontally. This posses some questions i was having a hard time figuring out reading the forums and documentation. COPIES: when dragging an item, can i instead create a clone of the item and drag that instead? BOUNDRIES: Moving from a boundryless area (search/item list) to the boundry box of the configurator. Normally I'd create a DIV for the configurator and have the items put into it in it and a separate DIV with all the items in the item list. But then how do i move an item from one "Draggable type" to another one? Building each of these by themselves it's much of a problem. I could use a Draggable instance to only allow dragging on the x-axis in the configurator and create another Draggable instance for the items in the list below, but i have no idea how to copy my object from the list and then move it to the configurator passing onto another scope/area. Maybe I'm attacking this incorrectly, hopefully one of you can help point me in the right direction.
×
×
  • Create New...