Skip to content

Commit 573ec0a

Browse files
chore: code formattings
1 parent 20f107a commit 573ec0a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/constants.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
export const NAMESPACE = 'markerAnimation';
2-
export const PREFIX = 'ma_';
3-
export const RESET_KEYS = [
1+
export const NAMESPACE = 'markerAnimation';
2+
export const PREFIX = 'ma_';
3+
export const RESET_KEYS = [
44
'background',
55
'padding-bottom',
66
'font-weight',
77
'transition',
88
];
9-
export const MARKER_DATA = 'data-marker_animation';
10-
export const ZERO_SEC = '0s';
9+
export const MARKER_DATA = 'data-marker_animation';
10+
export const ZERO_SEC = '0s';
1111
export const DESTROY_EVENT = `destroy.${NAMESPACE}`;
1212
export const REFRESH_EVENT = `refresh.${NAMESPACE}`;
13-
export const INVIEW_EVENT = `inview.${NAMESPACE}`;
13+
export const INVIEW_EVENT = `inview.${NAMESPACE}`;

0 commit comments

Comments
 (0)