From df6440153cb0b62bbdc330d7f609f8e8404148cd Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Fri, 11 Nov 2022 03:11:13 +0000 Subject: [PATCH] Fix typo in wizard.html Transion -> Transition Signed-off-by: Ikko Ashimine --- ruoyi-admin/src/main/resources/templates/demo/form/wizard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-admin/src/main/resources/templates/demo/form/wizard.html b/ruoyi-admin/src/main/resources/templates/demo/form/wizard.html index b56f28342..696870d2d 100644 --- a/ruoyi-admin/src/main/resources/templates/demo/form/wizard.html +++ b/ruoyi-admin/src/main/resources/templates/demo/form/wizard.html @@ -181,7 +181,7 @@ $('#smartwizard').smartWizard({ enableURLhash: true, // Enable selection of the step based on url hash transition: { animation: 'none', // Effect on navigation, none/fade/slide-horizontal/slide-vertical/slide-swing - speed: '400', // Transion animation speed + speed: '400', // Transition animation speed easing:'' // Transition animation easing. Not supported without a jQuery easing plugin }, toolbarSettings: {