diff options
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 { |