Fix typo in wizard.html

Transion -> Transition

Signed-off-by: Ikko Ashimine <eltociear@gmail.com>
This commit is contained in:
Ikko Ashimine 2022-11-11 03:11:13 +00:00 committed by Gitee
parent 6a7f727f70
commit df6440153c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ $('#smartwizard').smartWizard({
enableURLhash: true, // Enable selection of the step based on url hash enableURLhash: true, // Enable selection of the step based on url hash
transition: { transition: {
animation: 'none', // Effect on navigation, none/fade/slide-horizontal/slide-vertical/slide-swing 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 easing:'' // Transition animation easing. Not supported without a jQuery easing plugin
}, },
toolbarSettings: { toolbarSettings: {