-
Notifications
You must be signed in to change notification settings - Fork 710
New issue
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
Add SlotMachineClock app to community apps #2905
base: main
Are you sure you want to change the base?
Conversation
All animations for all slots are in, they all work for all times. Fully functioning app.
Next StepsHello! Thank you so much for your change 🤜 🤛 . There are a few things you need to do:
Manual Review RequiredHang tight! A Tidbyt engineer will be by shortly to review your change. Here is what they will be looking for:
|
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
Fixed lint issues when attempting to pull
Fixed more lint issues
Lint issues might have been caused with line endings
App to display the time via a slot machine-like mechanism, spinning through classic icons like Cherries, Dollar Sign, and 7, before landing on the time displayed in the slots. Takes in a user input on the speed of the clock, which determines how many loops the clock makes before displaying the time. Each slot has unique animations to create a randomized feel. Only displays in 12-hour time as of now.