פיתוח

45

אנימציית סיבוב קבועה

    
     selector{
        -webkit-animation:spin 15s linear infinite;
        -moz-animation:spin 15s linear infinite;
        animation:spin 15s linear infinite;
    
}
        @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); }
            
        }
        @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); }
            
        }
        @keyframes spin {
            100% { 
            -webkit-transform: rotate(360deg);
          transform:rotate(360deg); }
        
            
        }
        
    
   

u05d5u05d4u05eau05d5u05e6u05d0u05d4:

הרשמו לעדכונים במייל

ואל תפספסו אף זום חינמי, סדנה חדשה או מדריך שווה!