Simple JavaScript animation libraries for delightful interfaces. Created by @mattgperry.

London, England
Looks like Hyperapp uses a similar pattern too github.com/hyperapp/hyperapp
1
2
Can't tell if this is a nice or potentially very stupid @reasonml-cribbed functional API for stateful @reactjs components 🧐 I feel like there's something to be done with context here too
1
I forgot I even wrote these but my @tutsplus series starts today. Popmotion for absolute beginners code.tutsplus.com/tutorials/…
1
4
11
Big thanks to @AndaristRake for a PR squeezing some extra bits out of our build process across the many Popmotion packages. github.com/Popmotion/popmoti…
1
6
What if zoomable, rotatable image that faded out as you pinched it into nothingness as as easy as this? It could be even simpler.
1
7
Reanimated looks like it offers a lot of that freedom via a functionally compositional API (similar to pipe), which should make it simple for us to basically offer all the same features across all versions of Pose, with hardware acceleration. That’s cool.
1
1
The thing that has me excited about @kzzzf’s Reanimated is, Animated’s API already shares a lot of Popmotion’s top-level capabilities, but it doesn’t offer the freedom and power of Popmotion’s pipe method because of the restrictions inherent in a serialised API.
1
4
Slides from my @ReactEurope talk about React Native's gesture and animations APIs are here 👇 speakerdeck.com/kmagiera/dec…
1
This looks fuckin awesome, especially the native gesture stuff. Will play around with using this to power React Native Pose when I get some free time
Was about to tweet that 🎉🎉🎉
1
4
Another awesome bit on Pose and even a cheeky mention for Stylefire in this week's @syntaxfm. syntax.fm/show/046/what-s-ne… Payment Request API sounds sooo good
4
Been spending the last week moving all Popmotion libs from webpack to @RollupJS. It’s pretty cool! Stylefire has gone from 4.7kb to 3.2, Popmotion 11.7kb to 11.1 and Pose will go from 16.7kb down to 14. Thanks @VinSpee for pushing me to offer UMDs and showing me the rabbit hole
4
6
25
Does anyone know of a React plugin that creates highlighted single-page table of contents like on the Rollup site? rollupjs.org/guide/en
1
Also over the years, @HostGator has been great
1
1
You can make a pretty convincing suede texture from Photoshop's duck stamp brush 🤓
1
Sifting through unused subscriptions and putting the last nail in the coffin of my first real website. Learned half of what I know about web dev and graphic design making this 15 years ago! That's almost half my life ago. Sites were so handcrafted back then. RIP #Zelda Elements
1
3
Haven’t had the chance to give this a go yet but this looks very clever github.com/olistic/warriorjs
1
🤯 so good
Replying to @acdlite
Here's how suspending works: - in the render method, read a value from the cache. - if the value is already cached, the render continues like normal - if the value is not already cached, the cache *throws a promise* - when the promise resolves, React retries where it left off
2