Jump to content
GreenSock

turnono

how to make a clone not inherit css position: fixed attribute from parent?

Moderator Tag

Warning: Please note

This thread was started before GSAP 3 was released. Some information, especially the syntax, may be out of date for GSAP 3. Please see the GSAP 3 migration guide and release notes for more information about how to update the code to GSAP 3's syntax. 

Recommended Posts

Hi, i am having an issue that i just cant solve.

 

The demo Codepen illustrates the problem best. I would really appreciate if someone could help me.

 

Basically, I have a <div> with position: fixed property. Inside this <div> i have an image that is cloned when it is dragged. The problem i have is that i don't want the clone to have position: fixed.

 

Thanks.

See the Pen ?editors=1000 by turnono (@turnono) on CodePen

Link to comment
Share on other sites

What's supposed to happen to the clones? For them to not be fixed like that, they can't be children of a fixed element. Maybe this thread can help you out. It's a similar problem. You can't drag an element out of a scrollable container.

http://greensock.com/forums/topic/11519-dragging-a-draggable-element-out-of-a-scrollable-div/

Link to comment
Share on other sites

I have one more issue (currently), and that is to be able to center the mouse to the dragged item whilst dragging it. How can i do that? 

 

 

Ok i have managed to sort that out too. here is the updated codepen:  

See the Pen JXOKNG?editors=0010 by turnono (@turnono) on CodePen

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×