I am currently working on incorporating a drag and drop feature into my application. My goal is to designate the drop zones with text that will disappear once an item is added. In terms of design, I would like to utilize animate.css's bounce in animation when adding items, as well as fade the text in and out as needed. However, I am facing difficulty in ensuring that the background text does not interfere with the position of the elements being added or removed.
Here is a plunk showcasing the issue
Does anyone have any suggestions on how to resolve this problem? I have been unable to find a way to maintain z-index integrity. My initial thought was to use the text as a background image for the drop zones, but I believe there must be a more effective solution.