parent
4f071a66b6
commit
7e2b70f912
2 changed files with 4 additions and 0 deletions
|
|
@ -67,6 +67,8 @@ export default Vue.extend({
|
|||
});
|
||||
},
|
||||
anime(reaction: string) {
|
||||
if (this.$store.state.device.reduceMotion) return;
|
||||
|
||||
this.$nextTick(() => {
|
||||
const rect = this.$refs[reaction].$el.getBoundingClientRect();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue