-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Issue by redmunds
Thursday Oct 31, 2013 at 23:37 GMT
Originally opened as adobe/brackets#5799
- I added support for steps() timing function.
- I refactored the existing inline timing function code for cubic-bezier().
- I developed this using TDD, so this includes Unit Tests.
Support for:
- steps(<integer>[,[start|end]]) function
- step-start
- step-end
Keyboard Events
- up/down arrows control steps
- left/right arrows control start/end
Mouse support
- None. Doesn't seem like any natural gestures.
Issues?
- Edit controls?
- count spin control
- toggle switch for start/end
- More then ~25 steps is not usable
- dynamically make lines thinner as number of steps grows?
- increase size of editor?
- rescale grid?
- Editing doc while editor open is unforgiving
- e.g. While typing "start", editor closes due to intermediate updates
- Validation
- editor silently fails when invalid parameters
- Proposed Showing Errors for Inline Editors to help solve this issue. Note this also helps cubic-bezier() and all other Inline Editors.
redmunds included the following code: https://github.com/adobe/brackets/pull/5799/commits
Metadata
Metadata
Assignees
Labels
No labels