diff --git a/src/v2/cookbook/creating-custom-scroll-directives.md b/src/v2/cookbook/creating-custom-scroll-directives.md index 927179a314..3989f2722c 100644 --- a/src/v2/cookbook/creating-custom-scroll-directives.md +++ b/src/v2/cookbook/creating-custom-scroll-directives.md @@ -50,7 +50,7 @@ new Vue({ We'd also need a style property that will transition the intermediary values here, in this case: -``` +```css .box { transition: 1.5s all cubic-bezier(0.39, 0.575, 0.565, 1); }