We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
feat #14: 좌우 영역은 1초 간격으로 번갈아가며 롤링된다.
332ca59
- 5초 간격으로 롤링되는 로직은 AutoRollingNews에서 rAF에 콜백으로 등록하고, - 좌우 1초 간격으로 롤링을 시작하도록 하는 콜백은 newsBar에서 rAF로 등록한다.
feat #9 #14: 각 영역에 마우스를 호버하면 무한 롤링이 일시정지된다.
e690c2f
- AutoRollingNews 컴포넌트에서 isRolling state를 갖는다. - 마우스 이벤트에 따라 isRolling state 값이 변경된다. - isRolling이 true일 때만 rolling이 발생되도록 한다.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: