

Just another animation.
I wrote an article about SVG masks. This is the continuation of the previous article. It was about particles. Today I explained the basic principles of usage of masks and showed three cool examples. As always, they are available on CodePen. The article is in Russian and has been published on habrahabr.ru.
Looking for a step-to-step tutorial without mathematics?
Check out my article about WebGL shaders with examples adapted especially for UI developers (in Russian)!
Image carousel is one of the most popular components. It’s being used by millions of websites. But usually we see pretty simple effects in it. SVG gives us the ability to greatly improve our carousels. And again I’ve used masking. It’s simple, but very powerful technology.
Today is St Valentine’s day. I’ve painted a heart. This example consists of one mask, two paths and a couple of lines of javascript to start the action.
The winter is ending, but I’d like to present the Christmas waltz that I wrote a couple of days ago. This is a short, festive waltz for a chamber orchestra. I composed it for piano and it was a common etude for beginners. Later, when I tried to use synthesized strings and a glockenspiel, it was transformed into the beautiful composition. I like it and I think it can create a festive mood.
SVG masks. This is a very interesting technology. It allows us to create a lot of cool effects, even in IE. I created an example for one of my answers on toster.ru. It looks nice and it has been picked on CodePen recently, so I think I should share it here too.
A lot of people (I mean not regular people, but professional front-end developers) think that animations based on particles are difficult to implement. It’s not true. Every developer with basic skills in JS+canvas can create amazing effects very easily. I wrote an article about these animations.
Previously I created a nice animation for the “404” page. The main idea of the animation was successful and I used it several times with small changes. One of these variants has been published on CodePen and I’d like to share it here too. I fixed the bug with opacity in Safari (it’s like the old IE requires personal approach) and both animations work in all modern browsers now. As always they are free to use.
A lot of interesting infinite patterns in CSS animations can be obtained from the one idea. This pen is an example of it. The animation consists of two steps with simple transforms. There are no rare properties or magic behavior in the example.
Simple UI framework. RSCSS, REM-based sizes, fluid typography and other nice ideas. This website is powered by it.
Boilerplate for static promotional websites. Pug, LESS, PostCSS, ES6+, Gulp, Webpack, BrowserSync, ESLint, Stylelint, auto-generated docs...