UNPKG

quasar

Version:

Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time

40 lines (34 loc) 753 B
{ "meta": { "docsUrl": "https://v1.quasar.dev/vue-components/slide-transition" }, "props": { "appear": { "type": "Boolean", "desc": "If set to true, the transition will be applied on the initial render.", "category": "behavior" }, "duration": { "type": "Number", "desc": "Duration (in milliseconds) enabling animated scroll.", "default": 300, "examples": [ 500, ":duration=\"500\"" ], "category": "behavior" } }, "slots": { "default": { "desc": "This is where content goes" } }, "events": { "show": { "extends": "after-show", "addedIn": "v1.9.0" }, "hide": { "extends": "after-hide", "addedIn": "v1.9.0" } } }