Skip to content

Commit

Permalink
fix: ease-out (#4233)
Browse files Browse the repository at this point in the history
Co-authored-by: afe1 <yunfei.zhu@nwowtec.com>
  • Loading branch information
pzzyf and afe1 authored Aug 26, 2024
1 parent 04f2961 commit 5ca746b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/effects/layouts/src/widgets/color-toggle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ca746b

Please sign in to comment.