Browse Source
fix: ease-out (#4233)
Co-authored-by: afe1 <yunfei.zhu@nwowtec.com>
pull/4236/head
afe1
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
packages/effects/layouts/src/widgets/color-toggle.vue
|
|
|
@ -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 |
|
|
|
|