disable animations on more transitions (#8112)
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| <template> | ||||
| <div class="fgmtyycl" :style="{ zIndex, top: top + 'px', left: left + 'px' }"> | ||||
| 	<transition name="zoom" @after-leave="$emit('closed')"> | ||||
| 	<transition :name="$store.state.animation ? 'zoom' : ''" @after-leave="$emit('closed')"> | ||||
| 		<MkUrlPreview v-if="showing" class="_popup _shadow" :url="url"/> | ||||
| 	</transition> | ||||
| </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Johann150
					Johann150