Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d3ec192

Browse files
added animations back
1 parent b2d5131 commit d3ec192

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/components/newbie/SignUp/SignUp.jsx‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ const SignUp = () => {
1414
const [name,setName] = useState("")
1515

1616
useEffect(()=> {
17-
// var mediaQuery = window.matchMedia('(prefers-reduced-motion: reduce)');
18-
// if(!mediaQuery.matches) {
19-
// gsapLandingAnimation();
20-
// }
17+
var mediaQuery = window.matchMedia('(prefers-reduced-motion: reduce)');
18+
if(!mediaQuery.matches) {
19+
gsapLandingAnimation();
20+
}
2121
animateWordChange();
2222
}, [])
2323

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /