We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f107a commit 573ec0aCopy full SHA for 573ec0a
src/constants.js
@@ -1,13 +1,13 @@
1
-export const NAMESPACE = 'markerAnimation';
2
-export const PREFIX = 'ma_';
3
-export const RESET_KEYS = [
+export const NAMESPACE = 'markerAnimation';
+export const PREFIX = 'ma_';
+export const RESET_KEYS = [
4
'background',
5
'padding-bottom',
6
'font-weight',
7
'transition',
8
];
9
-export const MARKER_DATA = 'data-marker_animation';
10
-export const ZERO_SEC = '0s';
+export const MARKER_DATA = 'data-marker_animation';
+export const ZERO_SEC = '0s';
11
export const DESTROY_EVENT = `destroy.${NAMESPACE}`;
12
export const REFRESH_EVENT = `refresh.${NAMESPACE}`;
13
-export const INVIEW_EVENT = `inview.${NAMESPACE}`;
+export const INVIEW_EVENT = `inview.${NAMESPACE}`;
0 commit comments