mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-22 12:28:44 -05:00
feat(ui): better item logo animation
This commit is contained in:
@@ -115,6 +115,7 @@ export default {
|
||||
width 100%
|
||||
height @width
|
||||
transform scale(0)
|
||||
border-radius 50%
|
||||
.vue-ui-icon
|
||||
width 24px
|
||||
height @width
|
||||
@@ -145,13 +146,13 @@ export default {
|
||||
|
||||
&.loaded
|
||||
.image
|
||||
animation zoom .1s
|
||||
animation zoom .5s $ease
|
||||
transform none
|
||||
|
||||
&.selected,
|
||||
&.error
|
||||
.wrapper
|
||||
animation zoom .1s
|
||||
animation zoom .5s $ease
|
||||
|
||||
&.selected
|
||||
.wrapper
|
||||
|
||||
@@ -137,9 +137,9 @@ export default {
|
||||
|
||||
.suggestion-enter-active,
|
||||
.suggestion-leave-active
|
||||
transition all 1.5s cubic-bezier(0.075, 0.820, 0.165, 1.000)
|
||||
transition all 1.5s $ease
|
||||
>>> .vue-ui-button
|
||||
transition all 1.5s cubic-bezier(0.075, 0.820, 0.165, 1.000)
|
||||
transition all 1.5s $ease
|
||||
.content
|
||||
transition all .2s
|
||||
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
$padding-item = 16px
|
||||
$font-mono = 'Roboto Mono', monospace
|
||||
$ease = cubic-bezier(0.075, 0.820, 0.165, 1.000)
|
||||
|
||||
Reference in New Issue
Block a user