From 54a48e5f12218e5dfd9b09ff42ea9cb662ff922d Mon Sep 17 00:00:00 2001 From: Cristi Jora Date: Mon, 4 Dec 2017 12:18:27 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5406396..548e0eb 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Other demos: * [Vue router integration](https://jsfiddle.net/bt5dhqtf/267/) You can place a `router-view` inside the wizard and have a separate page per tab. A `route` prop must be passed to the tabs you want to handle certain tabs * [Async validation with error message](https://jsfiddle.net/CristiJ/bt5dhqtf/298/) `before-change` prop can accept a promise that is resolved with `true` which will execute the promise before switching to another step/tab (NOTE: This feature is not present in the npm package yet) * [Animations with animate.css](https://jsfiddle.net/bt5dhqtf/1478/) - +* [Fancy step animations with lottie](https://codesandbox.io/s/3y0voo2oxp) In browser [playground](https://cristijora.github.io/vue-form-wizard/#/?id=playground) # [Documentation](https://cristijora.github.io/vue-form-wizard/#/)