Kevin Powell - CommunityKP-C
Kevin Powell - Community16mo ago
31 replies
R.I.P

in keyframes can i do a percent of a percent

hi(im getting banned for sure lol so many questions + stupidity)
@keyframes background {
          0%{--deg:45deg;}
          50%{
              0%{ --deg: 45deg;}
              7%{ --deg: 80deg ;}
              15%{ --deg: 100deg ;}
              25%{ --deg: 135deg;}
              32%{ --deg: 170deg ;}
              40%{ --deg: 190deg ;}
              50%{ --deg: 245deg;}
              57%{ --deg: 275deg ;}
              65%{ --deg: 290deg ;}
              75%{ --deg: 325deg;}
              82%{ --deg: 350deg ;}
              90%{ --deg: 370deg ;}
              100%{ --deg: 405deg;}
            }
          75%{--deg: 0deg;}
          100%{ --deg : 30deg}
        }

how to do it from 50 % to 75% =I have a list of stuff to do and i want them to done in the exact order so when it reaches 50% of the main work till 75% I can split it to 100 parts (100%) now i want to do a exact thing in 25th part is it possible ? or anything like this?
Was this page helpful?