Difference between revisions of "Cassowary"
Jump to navigation
Jump to search
m |
m |
||
Line 3: | Line 3: | ||
<html> | <html> | ||
<style> | <style> | ||
− | .splash { | + | .splash { width: 800px; overflow: hidden; } |
− | .splash > img { | + | .splash > img { width: 800px; animation-name: the-stare; animation-duration: 10s; animation-fill-mode: forwards; } |
@keyframes the-stare { from {transform: translate(0,0) scale(1); } to { transform: translate(-85%,60%) scale(4.5); }} | @keyframes the-stare { from {transform: translate(0,0) scale(1); } to { transform: translate(-85%,60%) scale(4.5); }} | ||
</style> | </style> |
Revision as of 19:10, 18 December 2015
Cassowary is a large, flightless, highly territorial, CAS client.
Source Code: https://github.com/chuckhoupt/Cassowary