Learn CSS animation in 8 minutes 🎞️

Поділитися
Вставка
  • Опубліковано 14 жов 2024

КОМЕНТАРІ • 46

  • @BroCodez
    @BroCodez  3 роки тому +8

    /* --------- style.css --------- */
    #box1{
    width: 250px;
    height: 250px;
    background: red;
    font-size: 225px;
    text-align: center;
    /*
    animation: mySlide;
    animation-play-state: running;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-timing-function: linear;
    animation-duration: 5s;
    */
    animation: 3s linear 0s infinite running mySlide;

    }
    #box1:hover{
    }
    #box1:active{

    }
    @keyframes mySlide{
    from{margin-left: 100%;}
    to{margin-left: 0%;}
    }
    @keyframes myRotate{
    /*100%{transform: rotateX(360deg)}*/
    /*100%{transform: rotateY(360deg)}*/
    100%{transform: rotateZ(360deg)}
    }
    @keyframes myOpacity{
    50%{opacity: 0;}
    }
    @keyframes myScale{
    50%{transform: scale(0.5, 0.5);}
    }
    @keyframes myColorChange{
    0%{background-color: red;}
    20%{background-color: orange;}
    40%{background-color: yellow;}
    60%{background-color: green;}
    80%{background-color: blue;}
    100%{background-color: purple;}
    }

    My first website

    Hi

  • @Remolhunter97
    @Remolhunter97 2 роки тому +16

    Finished your comlete HTML & CSS tutorials, now going for JS :)
    Your Java tutorials & DSA are fire too !

    • @CPM-Art-dealer
      @CPM-Art-dealer Рік тому

      Have you finished the whole course yet?

    • @Remolhunter97
      @Remolhunter97 Рік тому +1

      @@CPM-Art-dealer i think so, not sure it has been a long time, lot of projects in between. but for sure @brocode has the best tutorials out here

    • @micaelalgarrao6043
      @micaelalgarrao6043 Рік тому +2

      ​@@Remolhunter97 u feel confident about your CSS? CSS is hard and cool at the same time lol

    • @Remolhunter97
      @Remolhunter97 Рік тому +1

      @@micaelalgarrao6043 try out tailwind css, it's a new approach to css ^^

  • @ArpitKumarSuman
    @ArpitKumarSuman 3 роки тому +6

    The way you explain always inspires me to learn more. Love you Bro💚

  • @NarutoUzumakiDatebayo
    @NarutoUzumakiDatebayo Рік тому +2

    YOOOOOOO A BIG W FOR BRO
    TYSM BRO because of you I have completed HTML and CSS.
    now I am going to practice both of them by building some basic projects and then i will move on to JS

  • @nothing.ghost4547
    @nothing.ghost4547 2 роки тому +2

    Thank you for all I just finished this two playlist : html and css tutorial it’s very good.

  • @aer0449
    @aer0449 3 роки тому +2

    Happy Teacher's Day bro ♥️ from India

  • @NarutoUzumakiDatebayo
    @NarutoUzumakiDatebayo Рік тому +1

    YOOOOO THIS IS THE LAST TUTORIAL LEFT NOW!!!🔥🔥

  • @MeuTube
    @MeuTube 2 роки тому +1

    Wouhou, just finish HTML and CSS videos, feel like a superhero. Live long Bro. Bro army let's get it. Now time to do some javascript heyheyhey

  • @lamour6139
    @lamour6139 Рік тому

    love you man! your videos are life-saving)

  • @Adrianocas
    @Adrianocas 14 днів тому

    Hey! Learning a lot from you work, thanks! One question: I'm replicating your steps but the animation won't work. Do you know why?

  • @HassanRaza-nn5ro
    @HassanRaza-nn5ro 2 роки тому +2

    Hey bro!
    I want more out of css.
    Please create some more videos.

  • @micaelalgarrao6043
    @micaelalgarrao6043 Рік тому

    He always explains things very well 👌

  • @lilperkz4499
    @lilperkz4499 2 роки тому +1

    hey bro can u pls bring to this playlist grid and flexbox? I really like how u teach!!

  • @7ucky7vn37
    @7ucky7vn37 Рік тому

    I think you are the best at explaining code lol

  • @aditya_asundi
    @aditya_asundi 3 роки тому +1

    Bro, are you fine with facecam videos? Could you do one if you don't mind?

  • @justinbanza4751
    @justinbanza4751 2 роки тому

    Thank you very much for these videos

  • @jamesgrosspietsch4174
    @jamesgrosspietsch4174 11 місяців тому

    Thank you!

  • @MrLoser-ks2xn
    @MrLoser-ks2xn Рік тому

    Thanks!

  • @purpleacecard
    @purpleacecard Рік тому

    bro, bro broski, broskido - REALLY real bro

  • @isdabi
    @isdabi Рік тому

    big thanks

  • @TheEvertonDias
    @TheEvertonDias Рік тому

    Thanks, Bro!

  • @Codro09
    @Codro09 2 роки тому

    Bro loved this one tooo🥰🥰

  • @irushairusha1991
    @irushairusha1991 2 роки тому

    👌👌👌👌👌👌👌👌👌👌

  • @abebrosiczki637
    @abebrosiczki637 2 роки тому

    Thanks bro!

  • @AtikWithBuckTeeth
    @AtikWithBuckTeeth 10 місяців тому

    i really didnt know that how to use CSS transition on click, I thought without javascript I cant do anything

  • @nj5195
    @nj5195 3 роки тому

    Thank you Bro! (:

  • @cayden9224
    @cayden9224 3 роки тому +1

    Love your videos bro, keep it up! Also get on discord

    • @BroCodez
      @BroCodez  3 роки тому +2

      I'm too busy making videos for you guys to get on Discord lol

    • @cayden9224
      @cayden9224 3 роки тому

      @@BroCodez Ok, I'm ok with that lol

    • @limbotheboy4951
      @limbotheboy4951 3 роки тому

      @@cayden9224 he has a discord server ?

  • @hikkiyt3556
    @hikkiyt3556 3 роки тому

    already watch this on Html and css full course

  • @joshwzr1257
    @joshwzr1257 2 роки тому

    ..Thanks Bro-code

  • @Haileyleah
    @Haileyleah 2 роки тому

    can the animations work for an image which you position?

  • @azatbegenchev8636
    @azatbegenchev8636 2 роки тому

  • @ianjohansson2940
    @ianjohansson2940 2 роки тому

    can someone help me @keyframes is not working on notepad++ does anyone know what to do. Am I missing a plugin or something "Please Help" thanks

  • @promax1st
    @promax1st 2 роки тому +1

    :)

  • @AdemWodu
    @AdemWodu 2 місяці тому

    Bro

  • @paolobena
    @paolobena 2 роки тому

    Yhx

  • @NINJA45198
    @NINJA45198 Рік тому

    E

  • @fyrukmcoo100
    @fyrukmcoo100 3 роки тому

    :((

  • @weamshami6247
    @weamshami6247 Рік тому