We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fb4683 commit a09d352Copy full SHA for a09d352
1 file changed
source/js/steps/animation/animateStepHelper.ts
@@ -2,7 +2,6 @@ class AnimateStepHelper implements AnimateStepHelperInterface {
2
private isVisible: string = 'is-visible';
3
4
constructor(private container: HTMLElement) {
5
-
6
}
7
8
public show(): void {
0 commit comments