SOLALIS

Spin

CSS

.spin {
  animation: spin_5111 3.5s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes spin_5111 {
  0% { transform:rotate(0deg) }
  42.85714% { transform:rotate(359deg) }
  100% { transform:rotate(359deg) }
}
PAGETOP
Copyright © http://systemboy.xsrv.jp/solalis All Rights Reserved.
Powered by WordPress & BizVektor Theme by Vektor,Inc. technology.