Hello everyone! I'm currently facing a challenge where I need to transfer an element from one div to another when clicked, with a transition delay (animation being secondary).
Located at the bottom of the page are three icons. When clicking on the leftmost icon, an input box appears with autofocus that triggers the keyboard on mobile devices.
How can I move the icon from its initial div to the input box div upon click?
Please note: On desktop computers, the keyboard won't appear, but the main goal is to smoothly transition the mic icon into the input box div with a slight animation. Regardless of where the input box is positioned on the screen, the mic icon should seamlessly move over to that location.