Alex

Results 364 comments of Alex

Ok, thanks, will be waiting!

@mightyiam Check, please, this one without PR: ```ts it.only('handles remove style if no transition happens', function (done) { var btn = h('button', { style: { transition: 'transform 0.1s', remove: {...

Made PR for this. https://github.com/snabbdom/snabbdom/pull/904 Hope @paldepind wakes up someday. -)

Here in [copyToThunk](https://github.com/snabbdom/snabbdom/blob/master/src/package/thunk.ts#L18) `sel` is not copied from a target view. And probably [sameNode](https://github.com/snabbdom/snabbdom/blob/master/src/package/init.ts#L19) have to be reconsidered.

@staltz thats a good idea, right, I've made an issue https://github.com/typestyle/typestyle/issues/200 to discuss

So as you see typestyle maintainers are against of taking out css definitions, so remain three options: 1) just take the code from typestyle and make own typings based on...

Probably https://github.com/frenic/csstype should be taken for css type defs.

Another solution would probably be putting listener for transitionend before computing style, though I don't think that it would the better option.