Skip to content

Commit f6c925b

Browse files
committed
ScreenFooter - with animationType 'none' (#4009)
1 parent cc91958 commit f6c925b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native-ui-lib/src/components/screenFooter/useAnimatedFooterStyle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const useAnimatedFooterStyle = (
4242
let translateY = 0;
4343
if (animationType === 'slide') {
4444
translateY = animatedValue.value;
45-
} else {
45+
} else if (animationType === 'fade') {
4646
style = {opacity: animatedValue.value};
4747
}
4848

0 commit comments

Comments
 (0)