Skip to content

Commit 0fb4683

Browse files
committed
fix: removed old animate params
1 parent 4de279d commit 0fb4683

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

source/js/steps/animation/animateStepHelper.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
class AnimateStepHelper implements AnimateStepHelperInterface {
22
private isVisible: string = 'is-visible';
3-
private static prevHeight: string = '0px';
4-
private originalHeight: string = '0px';
53

64
constructor(private container: HTMLElement) {
75

0 commit comments

Comments
 (0)