A Pen by Frank Dumont on CodePen.
.scene | |
-(2..15).each do |i| | |
.assembly | |
.strip | |
-(1..2).each do | |
.roller | |
-(1..i).each do |j| | |
.side |
Getting the hang of 3D rotations
A Pen by Michael Gehrmann on CodePen.
Here's an svg from my lovely Lina - her flat design amusement park for debut dribbble shot, animated by me with power of pure css3, made here at Zajno
https://dribbble.com/shots/2747921-Flat-Vector-Ferris-Wheel-Animation
A Pen by Vladimir Gashenko on CodePen.
Needed a change from all the pixel art, found this as a GIF, thought it would look better in CSS. (http://howzyerteeth.beacondeacon.com/Fibonacci/)
Edit:: Refactored the logic of movement. Read the comments in JS if you want to see how it worked before that.
A Pen by Codrin Pavel on CodePen.
A Pen by Ruben Godeau on CodePen.
hack physics for fun and profit
A Pen by Rachel Smith on CodePen.
<!-- | |
Matter.js - Time Scaling Example | |
http://brm.io/matter-js/ | |
--> |
Just a revisit of my previous work
A Pen by cihadturhan on CodePen.
<div class="toggleWrapper"> | |
<input type="checkbox" class="dn" id="dn"/> | |
<label for="dn" class="toggle"> | |
<span class="toggle__handler"> | |
<span class="crater crater--1"></span> | |
<span class="crater crater--2"></span> | |
<span class="crater crater--3"></span> | |
</span> | |
<span class="star star--1"></span> | |
<span class="star star--2"></span> |