Animation from one div to another div on click Vuejs
问题 Hi all sorry for the poor English. I have very little experience using javaScript/ES6. I am new to Vuejs I have a button in which if I click, it should start an animation of a bordered box from one div to another div which is fixed. click button <v-btn icon @click="doSomething()"> <v-icon>mdi-content-save-outline</v-icon> </v-btn> div which have to animate or can be used some animation from JS is fine as well. <div id="divAnimation" style="border:1px solid #000000; width:50px; height:50px;"><