Mark Wei
Mark Wei
Maybe using something like https://github.com/spring-gradle-plugins/dependency-management-plugin will help
🎊 My diff is ready for review at http://codereview.cc/D3188
SpringAnimation requires the caller to pass in the `View target` and `ViewProperty property` ahead of time. The API looks like this: ``` SpringAnimation spring = new SpringAnimation(viewTarget, DynamicAnimation.X); spring.start(); ```...
@dennyabrain feel free to re-assign to yourself if you wish to tackle this.
iOS has the same underlying problem, unfortunately. For example: ``` var position = runtime.get(block.layer).position var positionX = runtime.get(block.layer).positionX position.subscribeToValue { (p: CGPoint) in log(p.x) } positionX.write(0.5) // Error: Nothing is...
The reason this was named MaterialSpring is because Rebound's library already defines a Spring class. If I rename this to Spring, devs' IDEs will ask them to disambiguate. This is...
Sure, how do I ask him / what do I ask him? It'd be great if it was integrated into cocos2d-iphone.
Very cool. This is the first time I've been exposed to Github's messaging and issue tracking features. I'll PM him. In the meantime, I think getting CCLabelBMFontMultiline into extensions validates...
Please contribute to https://github.com/material-motion/apidiff if possible 😀
Thanks gregko. Sounds like you don't have time to clean this PR up. Let's leave this PR here for now then. If I get any time, I may take over...