Message from JavaScript discussions
November 2018
β Another area, they dont build libz
Im going to implement that FLIP tech of that man Paul, that's the irony probably.. reaper style, take what's useful, drop the restπ€€
β Https://aerotwist.com/blog/flip-your-animations/
β Uoh, this remembers me to game engines
β When i started it was in directX 6 and 7
β And it was hard to achieve good fps
β It looks like styled
β It's CSS related, like, if you have node element with some .class {width:50%}, and after some state change you add .anotherClass {width: 100%}, it should be FLIP transition, which will emulate width change in the middle.. in general.
β Transform transitions go through GPU, so it wont hurt CPU main thread..
β I still wonder why js animations are often more performant than css transforms. At least when you use gsap.
β This π
β Css transitions doesnt show in perf monitorπ€€