Had a go at some more CSS only animations recently. Turned out kinda cool.

See the Pen Explosion effect in CSS by Jacek (@betterphp) on CodePen.

Small disclaimer though, this is not a good use of CSS as it relies on 300 empty div elements. If you want to do animations that look like this use a canvas tag and some JavaScript.