8000 Update transitions.md by jhserodio · Pull Request #237 · vuejs/v2.vuejs.org · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@jhserodio
Copy link

change transition exemple

change transition exemple
<div v-if="show" transition="expand">hello</div>
<div id="app">
<div v-if="show" transition="expand">hello</div>
<button @click="toggle">botao</button>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does botao mean?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trigger for transition 'expend', like the exemple

2016-02-16 14:58 GMT-02:00 Evan You notifications@github.com:

In src/guide/transitions.md
#237 (comment):

@@ -35,7 +35,10 @@ When an element with transition is inserted or removed, Vue will:
A typical CSS transition looks like this:

-<div v-if="show" transition="expand">hello</div>
+<div id="app">
+    <div v-if="show" transition="expand">hello</div>
+    <button @click="toggle">botao</button>

What does botao mean?


Reply to this email directly or view it on GitHub
https://github.com/vuejs/vuejs.org/pull/237/files#r53040880.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mean, we should probably use toggle here so everyone can understand?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for beginners, yes

2016-02-16 15:47 GMT-02:00 Evan You notifications@github.com:

In src/guide/transitions.md
#237 (comment):

@@ -35,7 +35,10 @@ When an element with transition is inserted or removed, Vue will:
A typical CSS transition looks like this:

-<div v-if="show" transition="expand">hello</div>
+<div id="app">
+    <div v-if="show" transition="expand">hello</div>
+    <button @click="toggle">botao</button>

I mean, we should probably use toggle here so everyone can understand?


Reply to this email directly or view it on GitHub
https://github.com/vuejs/vuejs.org/pull/237/files#r53048528.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use English language, @jhserodio ! I don't understand what botao means. - This is what Evan means.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, botao = button, my fault

2016-02-17 4:22 GMT-02:00 Azamat notifications@github.com:

In src/guide/transitions.md
#237 (comment):

@@ -35,7 +35,10 @@ When an element with transition is inserted or removed, Vue will:
A typical CSS transition looks like this:

-<div v-if="show" transition="expand">hello</div>
+<div id="app">
+    <div v-if="show" transition="expand">hello</div>
+    <button @click="toggle">botao</button>

Use English language, @jhserodio https://github.com/jhserodio ! I
don't understand what does botao mean. - This is what Evan means.


Reply to this email directly or view it on GitHub
https://github.com/vuejs/vuejs.org/pull/237/files#r53125080.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jhserodio fix that please 👍

@yyx990803
Copy link
Member

Closing due to inactivity, feel free to re-submit if mentioned problems are fixed.

@yyx990803 yyx990803 closed this Mar 25, 2016
dingyiming pushed a commit that referenced this pull request Dec 21, 2016
kazupon pushed a commit to kazupon/vuejs.org that referenced this pull request Oct 1, 2017
lex111 pushed a commit to lex111/vuejs.org that referenced this pull request Feb 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

0