Skip to content

Commit

Permalink
docs(transitions): remove "create your own" section
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed May 26, 2023
1 parent 0a9a2bb commit 544d505
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/docs/src/pages/en/styles/transitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ Using multiple custom transitions, it is easy to bring a simple todo list to lif

<example file="transitions/misc-todo" />


<!--
## Create your own
You can use Vuetify's transition helper function to easily create your own custom transitions. This function will return an object that you can import into Vue. Using Vue's [functional component](https://vuejs.org/v2/guide/render-function.html#Functional-Components) option will make sure your transition is as efficient as possible. Simply import the function:
Expand All @@ -129,3 +131,4 @@ The **createSimpleTransition** function accepts 1 argument, name. This will be t
&-enter, &-leave-to
opacity: 0
```
-->

0 comments on commit 544d505

Please sign in to comment.