Skip to content

Commit 5bd7be0

Browse files
Alex-Sokolovchrisvfritz
authored andcommitted
Update creating-custom-scroll-directives.md (#1639)
1 parent 3d1fdd8 commit 5bd7be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/cookbook/creating-custom-scroll-directives.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ new Vue({
5050

5151
We'd also need a style property that will transition the intermediary values here, in this case:
5252

53-
```
53+
```css
5454
.box {
5555
transition: 1.5s all cubic-bezier(0.39, 0.575, 0.565, 1);
5656
}

0 commit comments

Comments
 (0)