Diogenes Brito
Diogenes Brito
This seems pretty solid. One thing I think would be handy would be the ability to provide an animation options object to `layer.animateTo "state"` as another argument for one-off overrides...
I see your point! States are usually set up all at once up front.
I think an object representing a sequence of animations that you can interact with like a single animation might make the most sense.
Maybe. But even a simpler version would be handy (like what you mentioned at the end of your first response, but with animations instead of states). Maybe you 1) create...
Hah, like 90% of mine are issues with CMD+arrows, CMD+shift+arrows, alt+arrows, and alt+shift+arrows. e.g. (let's say `|` is the cursor, and underscores before the text is actually spaces): `___home|.visible` Alt+shift+Left...
Is that in release? I still got it. Also: `home.visible|.test` Alt+shift+left arrow should select to `home.|visible|.test`, instead it `home|.visible|.test`
`___home|.visible` CMD+Left arrow should move to `___|home.visible`, instead it moves to `|___home.visible` `___home|.visible` CMD+shift+Left arrow should select to `___|home.visible`, instead it selects to `|___home|.visible`
Sorry, that's confusing, I used underscores because github was making my spaces look like they disappeared. Pretend those `___` prefixes are actually spaces or tabs.
Well then! Awesome. We'll see if more comes up after the next release :).
One thing that is nice about how sublime handles that situation is that it will prevent the insertion of the duplicate closing character if the cursor is on the left...