mstr2

Results 172 comments of mstr2

Let’s keep this open.

@hjohn Would you be willing to expand your feedback to a complete review?

I've implemented @hjohn's suggestion of an interface between `TransitionTimer` and `StyleableProperty` with the new `TransitionMediator` class. This cleans up the code and separates the interacting components. This PR is now...

> * Attempting to do background-color transitions doesn't work, I presume because it's not yet `Interpolatable` in this PR. Do we need to emit a warning in such a case?...

> I still don't know what happens when a value is programmatically set while a css transition is in progress. What I understood is that binding the property will not...

> This is what I would expect, so looks good. Where is this mentioned to the user? Good question. Since we don't have any suitable API elements for javadocs, I've...