HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/rentman.komma.pro/wwwroot/css/mixins/_keyframes.sass
=movingDown
  +animation-name(movingDown)
  +animation-duration(1s)
  +animation-iteration-count(3)




+keyframes(movingDown)
  0%, 100%
    +translate3dRotate(0,0,0, 0deg)
  50%
    +translate3dRotate(0,8px,0, 0deg)

+keyframes(sk-cubeGridScaleDelay)
  0%, 60%, 100%
    +transform(scale3D(1, 1, 1))
  30%
    +transform(scale3D(0, 0, 1))

+keyframes(animate-lines)
  0%, 60%
    +translate3dRotate(0,0,0, 30deg)
    opacity: 1

  20%
    +translate3dRotate(30px,-30px,0, 30deg)
    opacity: 0
  40%
    +translate3dRotate(-30px,30px,0, 30deg)
    opacity: 0