Sublime
An inspiration engine for ideas
A benefit of writing your own engine is you can easily just implement weird bespoke things that are annoying or impossible in other software, such as
- automatic procedural line boil
- exponential smoothed object movement
- 3D parallax on 2D paths https://t.co/DRMRukr7g2
Daniel Kuntzx.comAnnouncing Project Animagica: Animation Blueprints for @threejs and the Web! 💫
While the library is still in development I already wanted to show you guys some of its features. So this is the first video in a series of short "mini tutorials" where I walk through some of the core parts of the Animagica... See more
Brian Breiholzx.comTheatre.js - animation toolbox for the web
theatrejs.com
CSS Pro Tip: Reuse your @​keyframes 🎬
.ring, .node { animation: spin 10s infinite linear; }
.ring:nth-of-type(1) .node,
.ring:nth-of-type(2) {
animation-direction: reverse;
}
@​keyframes spin { to { rotate: var(--r, 360deg);... See more
jhey ʕ•ᴥ•ʔx.com