New blog domain: kula.blog

It's still work in progress but new posts will be published on  https://kula.blog/ Thanks to 11ty base blog RSS is working from the start so it should be easy to add to your reader if you still use any :) If now then I hope you can sign up to the newsletter where I'll be publishing new posts and interesting articles to it from time to time. Please use  kula.blog  from now on.

Animate in JavaScript or CSS?

There is really good article trending right now about animations by the author of GreenSock Animation Platform Jack Doyle about tradeoffs of both JavaScript and CSS animations.

Myth Busting: CSS Animations vs. JavaScript


The really good thing about it is that you can read really good explanations about how animations work, what problems you might have and when it might be better idea to use CSS and when JavaScript. It is really impressive how much information this article contains.

Comments

Popular posts from this blog

How to use NPM packages from private repositories on bitbucket

How to simulate slow connection (developer proxy in Node.js)