PluginProbe
Smart Forms – when you need more than just a contact form / trunk
Smart Forms – when you need more than just a contact form vtrunk
trunk 0.5 0.5.5 0.6 0.7 0.8 0.8.5 0.9.1
smart-forms / js / tutorials2 / SmartTutorial / SmartTutorial.d.ts

SmartTutorial.d.ts in Smart Forms – when you need more than just a contact form trunk, at js/tutorials2/SmartTutorial/SmartTutorial.d.ts

18 lines 468 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 import { Slide } from "./Slide";
2 export declare class SmartTutorial {
3 private $background;
4 private $transparentBackground;
5 private slides;
6 ZIndex: number;
7 currentSlideIndex: number;
8 currentSlide: Slide;
9 $nextButton: JQuery;
10 private FinishAction;
11 constructor();
12 Start(): void;
13 AddSlide(slide: Slide): void;
14 ExecuteNextSlide(): Promise<void>;
15 OnFinish(action: () => void): void;
16 private Finish;
17 }
18