Skip to content

Commit 36dda5b

Browse files
authored
Ammendment(transition): appear-class -> appear-from-class (#172)
1 parent bbe7d4e commit 36dda5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

active-rfcs/0018-transition-class-change.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
- Rename the `v-enter` transition class to `v-enter-from`
99
- Rename the `v-leave` transition class to `v-leave-from`
10+
- Rename the `v-appear` transition class to `v-appear-from`
1011

1112
# Basic example
1213

@@ -52,9 +53,11 @@ The asymmetry and lack of explicitness in `.v-enter` and `.v-leave` makes these
5253

5354
- `.v-enter` is renamed to `.v-enter-from`
5455
- `.v-leave` is renamed to `.v-leave-from`
56+
- `.v-appear` is renamed to `.v-appear-from`
5557
- The `<transition>` component's related prop names are also changed:
5658
- `leave-class` is renamed to `leave-from-class` (in render functions or JSX, can be written as `leaveFromClass`)
5759
- `enter-class` is renamed to `enter-from-class` (in render functions or JSX, can be written as `enterFromClass`)
60+
- `appear-class` is renamed to `appear-from-class` (in render functions or JSX, can be written as `appearFromClass`)
5861

5962
# Adoption strategy
6063

0 commit comments

Comments
 (0)