diff options
author | Erling Aaby <spa440w@gmail.com> | 2013-04-23 15:54:11 +0200 |
---|---|---|
committer | Erling Aaby <spa440w@gmail.com> | 2013-04-23 15:54:11 +0200 |
commit | 3b594fde256eec3885a586119365d36cd0eb8f4b (patch) | |
tree | 5f4faeb1f94040bd342069b150af43e3b1281828 /public | |
parent | Added ugly logo to img files (diff) | |
download | Divid-3b594fde256eec3885a586119365d36cd0eb8f4b.tar.gz |
Added 1 more sec to animation and placed logo
Diffstat (limited to 'public')
-rw-r--r-- | public/css/devanim.less | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/css/devanim.less b/public/css/devanim.less index b3b2934..478f002 100644 --- a/public/css/devanim.less +++ b/public/css/devanim.less @@ -12,10 +12,10 @@ margin: 0 auto; margin-top: 10px; background: white; - -webkit-animation: devices 9s ease 0s infinite; - -moz-animation: devices 9s ease 0s infinite; - -o-animation: devices 9s ease 0s infinite; - animation: devices 9s ease 0s infinite; + -webkit-animation: devices 10s ease 0s infinite; + -moz-animation: devices 10s ease 0s infinite; + -o-animation: devices 10s ease 0s infinite; + animation: devices 10s ease 0s infinite; } @-webkit-keyframes devices { |