Learn CSS animations in 15 minutes! 🎬

Поделиться
HTML-код
  • Опубликовано: 6 июн 2024
  • #CSS #course #tutorial
    CSS animation tutorial example explained
    00:00:00 introduction
    00:00:46 slide left
    00:02:49 slide right
    00:03:17 slide up
    00:03:35 slide down
    00:03:52 rotate
    00:05:31 grow
    00:06:14 shrink
    00:06:44 fade out
    00:07:21 fade in
    00:07:48 color change
    00:09:06 glow
    00:10:06 :hover
    00:10:38 :active
    00:10:55 iteration count
    00:11:27 direction
    00:12:10 play state
    00:12:34 timing function
    00:14:25 exercise

Комментарии • 64

  • @BroCodez
    @BroCodez  Год назад +27

    Bro Code



    /* style.css */
    body{
    background-color: hsl(0, 0%, 12%);
    }
    #box{
    width: 250px;
    height: 250px;
    background-color: hsl(0, 100%, 62%);
    font-size: 13em;
    text-align: center;
    }
    img{
    animation-name: slideLeft;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-play-state: running;
    animation-timing-function: cubic-bezier(0.28,-1.48, 0.54, 2.21);
    }
    @keyframes slideLeft{
    from{transform: translateX(300%)}
    }
    @keyframes slideRight{
    to{transform: translateX(300%)}
    }
    @keyframes slideUp{
    from{transform: translateY(300%)}
    }
    @keyframes slideDown{
    to{transform: translateY(300%)}
    }
    @keyframes rotate{
    50%{transform: rotateZ(360deg)}
    }
    @keyframes grow{
    50%{transform: scale(2, 2)}
    }
    @keyframes shrink{
    50%{transform: scale(0.5, 0.5)}
    }
    @keyframes fade{
    100%{opacity: 1}
    }
    @keyframes colorChange{
    0%{background-color: hsl(0, 100%, 62%)}
    20%{background-color: hsl(35, 100%, 62%)}
    40%{background-color: hsl(63, 100%, 62%)}
    60%{background-color: hsl(103, 100%, 62%)}
    80%{background-color: hsl(201, 100%, 62%)}
    100%{background-color: hsl(268, 100%, 62%)}
    }
    @keyframes glow{
    50%{box-shadow: 0px 0px 50px hsl(60, 100%, 64%)}
    }

    • @mohammadkassir6713
      @mohammadkassir6713 8 месяцев назад

      bro will you continue publishing lessons and videos ?

    • @yusufbadem7223
      @yusufbadem7223 8 месяцев назад +2

      hey bro can you make a typescript fullcourse video thanks you presiated to all your work

    • @Taril69
      @Taril69 8 месяцев назад +1

      How did you learn all this programming languages?

    • @hamza15153
      @hamza15153 8 месяцев назад

      Hello, I have a problem. When I access the toolbox in Visual Studio, the tools are grayed out and I can't use them. Even though I changed the version to another version, the problem still persists. Is there any solution?

  • @rayrockrlol
    @rayrockrlol 8 месяцев назад +16

    How did you know I'm right on this part on my full stack dev course lol what a chad

  • @tommy.3377
    @tommy.3377 8 месяцев назад

    I loved it man don't stop ok this is the best channel to watch this programming stuff....and thank you very much mate ....🎉

  • @Ella_1994
    @Ella_1994 2 месяца назад

    I don't know how you do it but You are the coding Feynman! Simple and to the point!!!!!!

  • @blacksharkferps
    @blacksharkferps 8 месяцев назад +1

    As good as usual 🔥

  • @dorklol2969
    @dorklol2969 4 месяца назад

    fantastic guide. thanks man

  • @yanivedelson
    @yanivedelson 8 месяцев назад +5

    Hey bro code, I’m a really big fan and a pretty good programmer but I wanted to learn c++, I watched the whole video and I was wondering if you could do more advanced c++ videos who also include opening a window and programming a game, thank you and keep up with all of those good videos

  • @soheibmiloudi1883
    @soheibmiloudi1883 8 месяцев назад +1

    how did u drop like 15 video at the same time lmao , bro code been cooking
    , ty for everything best tuto ever

  • @maciejpogorzelski9574
    @maciejpogorzelski9574 8 месяцев назад

    Thank you very much for what you do!

  • @MIrfan-yx5qq
    @MIrfan-yx5qq Месяц назад

    You are well known user of HTML and css.. You are a Master... Well-done

  • @htvital4184
    @htvital4184 8 месяцев назад +1

    Best teacher ever ❤️

  • @harinivarma2189
    @harinivarma2189 7 месяцев назад +1

    Bro please continue don’t stop

  • @drako-mp3fp
    @drako-mp3fp 8 месяцев назад +5

    you should make a series for game engines like unity, unreal etc. could be really helpful for people wanting to learn game dev

  • @hdgdjgsgfj1297
    @hdgdjgsgfj1297 8 месяцев назад

    Why didn't RUclips notify me of this new video? Oh well... nice to see you again Bro... and thank you very much for your videos! I learned a lot and got an A in Programming class thanks to your C++ videos!

  • @gulmuradrahi6066
    @gulmuradrahi6066 11 месяцев назад +2

    This teaching method is very good.
    I have some problems in this sections:
    1.how to make a web pages.
    2.how to connect our projects to to the internet.
    3.how to make a complete projects from zero to hero?
    4.how to manage our projects?
    5.could you quid in one video how to start and how to complete?

  • @hoangrich
    @hoangrich 8 месяцев назад

    i love you bro, youre goat, take care yourself

  • @Yumiesthetic
    @Yumiesthetic 7 месяцев назад +1

    finally finished the series!

  • @abdgaming1574
    @abdgaming1574 8 месяцев назад

    Best for ever❤❤❤

  • @117ch
    @117ch 8 месяцев назад +2

    Hey Bro, many thanks for your content!!
    Could you do a LaTeX tutorial? Would be very happy :)

  • @sushmat.k85
    @sushmat.k85 8 месяцев назад

    Hi bro,
    I really liked ur all series
    Need Angular videos

  • @InvinciRD
    @InvinciRD 4 месяца назад

    really helpful video

  • @yasotube
    @yasotube Год назад +1

    Nice 🎉❤

  • @suyashman7964
    @suyashman7964 8 месяцев назад

    Epic bro

  • @ridajehaan6830
    @ridajehaan6830 22 дня назад

    tq😃

  • @yashkalia2311
    @yashkalia2311 8 месяцев назад

    so coollll

  • @harshjaiswal1634
    @harshjaiswal1634 8 месяцев назад +3

    Bro can you do a course in Advance Java topics like servlet, jsp, spring etc

  • @RandomGuyOnDaFreakingNet
    @RandomGuyOnDaFreakingNet 8 месяцев назад

    HE BACK BOIS!

  • @muthuraj4147
    @muthuraj4147 8 месяцев назад

    Bro please do videos on crud operations, Spring, spring boot and Restful APIs

  • @yusufbadem7223
    @yusufbadem7223 8 месяцев назад

    hey bro can you make a typescript fullcourse video thanks you presiated to all your work

  • @iceman4337
    @iceman4337 8 месяцев назад

    Hey, Bro, what fo you think about Java Spring tutorials?

  • @vensx
    @vensx Месяц назад +1

    Bro explains better without needing an hour

  • @PlacidityIsEpic
    @PlacidityIsEpic 14 дней назад

    How do you make the animation stop like, when you hover over a thing there's a animation that turns it red and for me it goes back instead of stopping

  • @hyperxml
    @hyperxml 8 месяцев назад

    You should consider doing a Kotlin, Rust, or Zig series… get some fresh 2000s into mix.

  • @Taril69
    @Taril69 8 месяцев назад

    @broCodez How did you learn all this programming languages?

  • @Nazar-ni1kw
    @Nazar-ni1kw 8 месяцев назад

    can you make a full course about postgreSQL

  • @raitaskeen
    @raitaskeen 8 месяцев назад

    Bro please make tutorial on Typescript (Ts)

  • @CrakedTM
    @CrakedTM 8 месяцев назад

    can you please make a full lua course

  • @user-hz1ww4tt8l
    @user-hz1ww4tt8l 8 месяцев назад

    Make a video about flutter

  • @siddharthshankarkarthik8239
    @siddharthshankarkarthik8239 8 месяцев назад

    hey bro, csn you pls make a series on pygame?

  • @joycedagodog3443
    @joycedagodog3443 8 месяцев назад

    @BroCodez can you create a tutorial in kotlin

  • @t.p3325
    @t.p3325 8 месяцев назад

    can you pls make a dart full course videon?

  • @user-wo3mv4vg5y
    @user-wo3mv4vg5y 8 месяцев назад

    hey did you remove the chapter in your full c# video?

  • @omairtech6711
    @omairtech6711 8 месяцев назад

    Why are all these gems unlisted?

  • @graiselin2791
    @graiselin2791 8 месяцев назад

    Bro please make video for react js 🙏🙏

  • @forevermovies655
    @forevermovies655 8 месяцев назад

    Bro, please create a super beginner friendly 3D game dev course with c# and unity. Plz. I am subscribed to you. Am I a fello bro?

  • @kristijanlazarev
    @kristijanlazarev 11 месяцев назад

    Why unlisted?

  • @Santhosh.21_
    @Santhosh.21_ 8 месяцев назад +2

    The video is published now but comment are 3 months ago

    • @MO-R-70-23
      @MO-R-70-23 8 месяцев назад

      Yeah I'm confused too

    • @Janak217
      @Janak217 8 месяцев назад

      It was an unlisted video.

    • @memepower7
      @memepower7 8 месяцев назад

      ​@@Janak217means what ??

    • @Janak217
      @Janak217 8 месяцев назад

      @@memepower7 it means people who have access to this video's link can view it.

    • @memepower7
      @memepower7 8 месяцев назад

      @@Janak217 oh kk 👍, ty bro

  • @heinzhenry2047
    @heinzhenry2047 8 месяцев назад

    How are there comments from 3 months but video has been uploaded 6 days ago?

  • @niranjanvanka376
    @niranjanvanka376 8 месяцев назад

    Bro code can you make reactjs full course 😢😢

  • @AH_FS
    @AH_FS 8 месяцев назад

    What is your fav teacher?:
    Bro Code
    Bro Code
    Bro Code

  • @mahdmustafa9258
    @mahdmustafa9258 8 месяцев назад +1

    well the C course is 4 hour and python course is 12 hour

  • @kratoskratos1246
    @kratoskratos1246 8 месяцев назад +1

    Bro I really need to know one thing. How did you have in-depth knowledge in many programming languages...

    • @INTG0
      @INTG0 8 месяцев назад

      He took the heads of other immortals who knew how to program.

  • @lt-_yusf2833
    @lt-_yusf2833 8 месяцев назад

    Please how to crak facebook or tiwter in python please

  • @hardlycoding8544
    @hardlycoding8544 11 месяцев назад

    lmao finished