Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit 46f2067

Browse files
authored
Fix #148 Recommendations flow set to unidirectional (#153)
* Fix #148 Recommendations flow set as unidirectional * Update Recommendations.js as per changes suggested
1 parent fe9a336 commit 46f2067

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/views/pages/common/Recommendations.js

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,8 @@ const useStyles = makeStyles(theme => ({
113113
'0%': {
114114
left: '10%'
115115
},
116-
'50%': {
117-
left: '-150%'
118-
},
119116
'100%': {
120-
left: '10%'
117+
left: '-140%'
121118
}
122119
},
123120
recommendation_slide: {
@@ -126,10 +123,7 @@ const useStyles = makeStyles(theme => ({
126123
top: 0,
127124
height: '100%',
128125
width: '250%',
129-
animation: '$slideshow 150s linear infinite',
130-
[theme.breakpoints.down('sm')]: {
131-
animation: '$slideshow 160s linear infinite'
132-
}
126+
animation: '$slideshow 140s linear infinite'
133127
}
134128
}));
135129

0 commit comments

Comments
 (0)