We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e54c3c commit 01028ccCopy full SHA for 01028cc
src/guide/built-ins/transition.md
@@ -349,7 +349,7 @@ You can hook into the transition process with JavaScript by listening to events
349
```js
350
// called before the element is inserted into the DOM.
351
// use this to set the "enter-from" state of the element
352
-function onBeforeEnter(el) {},
+function onBeforeEnter(el) {}
353
354
// called one frame after the element is inserted.
355
// use this to start the entering animation.
0 commit comments