Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions utilities/transitions.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Transitions and Animations
# 过渡和动画 {#transitions-and-animations}

## Transition Property
## 过渡属性 {#transitions-property}

Utilities for controlling which CSS properties transition.
用于控制 CSS 过渡属性的工具类。

<PlaygroundWithVariants
variant=''
Expand Down Expand Up @@ -34,9 +34,9 @@ export default {

</Customizing>

## Transition Duration
## 过渡持续时间 {#transitions-duration}

Utilities for controlling the duration of CSS transitions.
用于控制 CSS 过渡持续时间的工具类。

<PlaygroundWithVariants
variant='150'
Expand Down Expand Up @@ -68,9 +68,9 @@ export default {

</Customizing>

## Transition Timing Function
## 过渡计时函数 {#transitions-timing-function}

Utilities for controlling the easing of CSS transitions.
用于控制 CSS 过渡缓和的工具类。

<PlaygroundWithVariants
variant='linear'
Expand Down Expand Up @@ -102,9 +102,9 @@ export default {

</Customizing>

## Transition Delay
## 过渡延迟 {#transitions-delay}

Utilities for controlling the delay of CSS transitions.
用于控制 CSS 过渡延迟的工具类。

<PlaygroundWithVariants
variant='150'
Expand Down