Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document classes #2

Open
adam-lynch opened this issue Apr 14, 2017 · 1 comment
Open

Document classes #2

adam-lynch opened this issue Apr 14, 2017 · 1 comment

Comments

@adam-lynch
Copy link
Contributor

It would help if the documentation outlined all the classes added to elements. I want to do some cool stuff. Also personally, I found the transitions were too long and didn't realise it was just a CSS transition :)

@supraniti
Copy link
Owner

I will add instructions regarding the css selectors ASAP...
In the meanwhile, a short brief of the classes involved in the drag&drop process:
'hidden-layer' : this class is added to the original dom element in order to hide it while dragging occurs.
'visible-layer': this class is added to the clone of the dom element while dragging occurs
'originialID-lmddClone': the clone gets the original element id + '-lmddClone' prefix (needed in case you have id related css rules)
'lmdd-mirror': class added to the 'mirror' element while dragging
'lmdd-shadow':class added to the 'shadow' element while dragging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants