Skip to content

Commit 1cc085f

Browse files
committed
Add mutations to track
1 parent a4db09c commit 1cc085f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

apps/builder/app/builder/features/settings-panel/props-section/animation/new-scroll-animations.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export const newScrollAnimation: ScrollAnimation = {
1919
],
2020
};
2121

22+
// @todo: visit https://github.com/argyleink/open-props/blob/main/src/props.animations.css
2223
export const newFadeInScrollAnimation: ScrollAnimation = {
2324
name: "Fade In",
2425
description: "Fade in the element as it scrolls into view.",

apps/builder/app/builder/features/settings-panel/props-section/animation/new-view-animations.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export const newViewAnimation: ViewAnimation = {
1919
],
2020
};
2121

22+
// @todo: visit https://github.com/argyleink/open-props/blob/main/src/props.animations.css
2223
export const newFadeInViewAnimation: ViewAnimation = {
2324
name: "Fade In",
2425
description: "Fade in the element as it scrolls into view.",

0 commit comments

Comments
 (0)