mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-05 16:24:41 +09:00
disable animations on more transitions (#8112)
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<transition name="tooltip" appear @after-leave="$emit('closed')">
|
||||
<transition :name="$store.state.animation ? 'tooltip' : ''" appear @after-leave="$emit('closed')">
|
||||
<div v-show="showing" ref="el" class="buebdbiu _acrylic _shadow" :style="{ zIndex, maxWidth: maxWidth + 'px' }">
|
||||
<slot>{{ text }}</slot>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user