-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add glide (number) secs to [drop down] block #1046
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
Conversation
@ericrosenbaum seeing as you’re requested for review, any comments? /cc @thisandagain |
@ericrosenbaum updates? /cc @towerofnix |
These changes look good to me (though I'm obviously not one of the assigned reviewers!). (Also, it's awesome that the order of definitions in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
@towerofnix Yes, I noticed that and made the change comply with that convention :) Alright then - merge when you will :D |
One more fix- the default value for seconds, 1, is not getting read in correctly. We just need to change |
@ericrosenbaum Done! Merge when you will! |
Resolves
scratchfoundation/scratch-gui#598
Proposed Changes
Adds the “glide (number) secs to [drop down]” block to
motion.js
anddefault_toolbox.js
Comes with scratchfoundation/scratch-vm#662 and scratchfoundation/scratch-gui#634