fix: ease-out (#4233)

Co-authored-by: afe1 <yunfei.zhu@nwowtec.com>
pull/48/MERGE
afe1 2024-08-26 10:12:24 +08:00 committed by GitHub
parent 04f29614aa
commit 5ca746b021
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ function handleUpdate(value: BuiltinThemeType) {
<template>
<div class="group relative flex items-center overflow-hidden">
<div
class="ease-ou flex w-0 overflow-hidden transition-all duration-500 group-hover:w-60"
class="flex w-0 overflow-hidden transition-all duration-500 ease-out group-hover:w-60"
>
<template v-for="preset in COLOR_PRESETS" :key="preset.color">
<VbenIconButton