โลโก้หมุน

 /*  โลโก้หมุน */

  /* Loader หมุน 3 มิติจาก https://code-boxx.com/rotate-spin-image-html-css/ */

  @keyframes spin3D {

    from {

      transform: rotateY(0deg)

    }


    to {

      transform: rotateY(360deg)

    }

  }


  .spin {

    animation-name: spin3D;

    animation-duration: 1s;

    animation-iteration-count: 500000;

    /* linear | ease | ease-in | ease-out | ease-in-out */

    animation-timing-function: ease-in-out;

  }

/*  โลโก้หมุน */

แสดงความคิดเห็น (0)
ใหม่กว่า เก่ากว่า