Raphael Amorim

Results 556 comments of Raphael Amorim

Releases on: https://clapton-releases.herokuapp.com/download/latest

Platform based on: https://github.com/GitbookIO/nuts

Missing these issues to build executable: - [ ] https://github.com/raphamorim/clapton/issues/14 - [ ] https://github.com/raphamorim/clapton/issues/13 - [ ] https://github.com/raphamorim/clapton/issues/20 - [ ] https://github.com/raphamorim/clapton/issues/22

whoa! You're more faster than me haha

https://github.com/towerz/clappr-airplay-plugin/blob/master/webpack.config.js

@felippenardi what do you think: ```jsx const composedShake = withConfig(withShake, {}) // const composedJello = withConfig(withJello, {}) // const SequencialAnimations = withSequence( composedShake, composedJello, First shake it then jello! )...

I guess if we want to keep the "whole idea of animations based on pure functions compositions" is to compose everything (even the configuration)

Yes, for while let's move forward with `withAnimation`(e.g: `withShake`, `withBounce`..) receiving animation configuration as the second argument. Here's a draft of what I'm thinking about ```jsx const withSequence = (...fns)...

Yes, let's keep it. If it change so we need to release some `breaking` version