Learn CSS Animations in 9 Minutes

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 มิ.ย. 2024
  • Learn CSS animations in 8 minutes | Animations Crashcourse | every animation property explained | Loading Animation Project Tutorial
    Visit our Website for courses, projects, tutorials + code examples
    👉coding2go.com
    Deploy your own website with Hostinger
    👉 www.hostinger.com/coding2go
    🔥 Discount Code: CODING2GO
    Sources / Credits to:
    - developer.mozilla.org/en-US/d...
    - www.smashingmagazine.com/2021...
    In this tutorial, you'll learn:
    - What CSS animations are and why they're useful
    - How to create simple CSS animations using @keyframes
    - When to use css transitions and animations
    - How to play css animations with javascript
    These CSS animations properties will be explained in the video:
    animation-name: spin
    animation-duration: number in s
    animation-timing-function: linear, ease, ease-in, ease-out, ease-in-out
    animation-delay: number is s
    animation-direction: normal, reverse, alternate
    animation-iteration-count: number, infinite
    animation-fill-mode: forwards
    animation-play-state: running, paused
    Example for animation shorthand:
    animation: 3s spin ease-in-out 1s infinite alternate running;
    Background Music:
    Track: "Little Things"
    Music provided by Slip.stream
    Free Download/Stream: get.slip.stream/QmMj1I
    Like and subscribe for more tutorials like this ✌️

ความคิดเห็น • 20

  • @pharaoh9483
    @pharaoh9483 19 วันที่ผ่านมา +7

    Extremely underrated channel, I just found out our channel and its very useful!!

    • @coding2go
      @coding2go  19 วันที่ผ่านมา +3

      Thank you, I hope we grow in the future 💙

    • @pharaoh9483
      @pharaoh9483 19 วันที่ผ่านมา

      @@coding2go oops, I made I typo, I meant to say “your channel”. But like I said, your channel proved to be extremely useful when I was looking at the “before::after” video, I wanted to create those lines that appear/grow under navbar links when hovered, and I managed to do it with the video as a reference. Your videos are simple and straight-forward and I like that!

  • @giftmukupe1
    @giftmukupe1 13 วันที่ผ่านมา +1

    Free education yet so powerful.

    • @Naxity
      @Naxity 4 วันที่ผ่านมา

      So truuuuuuuuuuuuuue.

  • @danushadhaamarasekera7215
    @danushadhaamarasekera7215 2 วันที่ผ่านมา

    really apprciate your kind heart , hope there will be more people like you

  • @jaredsotolizama3301
    @jaredsotolizama3301 หลายเดือนก่อน +1

    Excellent, thank you very much!

  • @creditguider
    @creditguider 16 วันที่ผ่านมา +2

    Its not the coding that is hard, its about being creative hahaha 😂

  • @johnnybravo5635
    @johnnybravo5635 26 วันที่ผ่านมา

    simple, easy to remember, i like it

  • @ahmedbashir2307
    @ahmedbashir2307 19 วันที่ผ่านมา

    Such an awesome tutorial.

  • @hasanhaskic8893
    @hasanhaskic8893 20 วันที่ผ่านมา

    Thanks!!

  • @thisyearOL
    @thisyearOL 29 วันที่ผ่านมา

    perfect!

  • @mster067
    @mster067 13 วันที่ผ่านมา

    What a great video!

  • @amishashravage7
    @amishashravage7 3 วันที่ผ่านมา

    Your videos are too good , im learning alot ❤

  • @balisha100
    @balisha100 9 วันที่ผ่านมา

    i realy liked the challenge in the last part, you should do it more

  • @Runkang10
    @Runkang10 12 วันที่ผ่านมา

    Good video. 👍

  • @kugavarathanNavaraththinarasa
    @kugavarathanNavaraththinarasa 18 วันที่ผ่านมา

    thank you sir for your video

  • @nazeducationcenter9391
    @nazeducationcenter9391 18 วันที่ผ่านมา

    Excellent way of teaching ❤great work and thanks 👍

  • @shock2k3
    @shock2k3 14 วันที่ผ่านมา

    good t o learn

  • @GabbyEdema
    @GabbyEdema 18 ชั่วโมงที่ผ่านมา

    what if i want to use this kind of animation for my loading screen on my website how do i make it fade away when done ( which would show my index html)