Simple Text Animation Just By Using HTML & CSS

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024
  • join our group in facebook
    / 704904666369941
    like our page
    / darkcode0
    Paypal Donation Link
    paypal.me/YBen...
    Take Files From Here
    goo.gl/zbMbcf
    tags
    simple css text animation effects
    simple text animation css
    simple text animation in css
    simple text animation css3
    Music__
    Cold Funk - Funkorama by Kevin MacLeod is licensed under a Creative Commons Attribution license (creativecommon...)
    Source: incompetech.com....
    Artist: incompetech.com/
    Music promoted by Audio Library • Cold Funk - Kevin MacL...

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

  • @susankrywicki9019
    @susankrywicki9019 4 года назад +18

    Finally a tutorial that is paced well!!! Thank you!!!!

  • @yorkie4k
    @yorkie4k 5 лет назад +12

    Great Tutorial. Super easy to follow! I feel like I'm becoming better at HTML/CSS every day when I follow your videos!

  • @Complex_youtube
    @Complex_youtube 4 года назад +125

    Cool, but I really wish you would explain things

    • @mofurry8430
      @mofurry8430 4 года назад

      Timothy Sturdevant what do you want to know

    • @zeeshan_yousaf
      @zeeshan_yousaf 4 года назад

      I want to know what is key frame?

    • @chubbyBunny94
      @chubbyBunny94 4 года назад +26

      @@zeeshan_yousaf Almost every animation software uses keyframes. A keyframe is 'key=important' 'frame=snapshot/section' of the animation as a given point in time. In other words, it's like saying when the time is 5 seconds I want the animation to look like X. The computer does the work to figure out what needs to change between keyframes to make sure the animation matches a particular keyframe

    • @jv18creator
      @jv18creator 4 года назад +2

      @@chubbyBunny94 make sense 👌

    • @bus1966
      @bus1966 3 года назад

      @@zeeshan_yousaf google it!

  • @brenersousa2812
    @brenersousa2812 5 лет назад +16

    u are a monster, ty for code
    brazil loves u

  • @ashafio
    @ashafio 4 года назад

    Thank you DARKCODE...Love from BANGLADESH.

  • @guilhermequintino8951
    @guilhermequintino8951 5 лет назад +2

    Thank you DarkCode. I Am From Brazil and see your videos forever. Sorry, my english is horrible.

  • @rajashekhar433
    @rajashekhar433 5 лет назад +11

    I have implemented by your video and it's really great

  • @vilohith9076
    @vilohith9076 2 года назад

    thank you so much man, your tutorial actually worked!

  • @rakshanc2519
    @rakshanc2519 3 года назад +1

    super and thanks a lot

  • @phosphophyllite4588
    @phosphophyllite4588 6 лет назад +2

    i had to subscribe
    i have seen the best tutorial yet!

  • @seymen2772
    @seymen2772 3 года назад +2

    css code:
    *{
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    }
    body{
    background: #000;
    }
    .container{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    }
    .container span{
    color: white;
    text-transform: uppercase;
    display: block;
    }
    .text1{
    color: white;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 8px;
    margin-bottom: 20px;
    background: black;
    position: relative;
    animation: text 3s 1;
    }
    .text2{
    color: #6ab04c;
    font-size: 30px;

    }
    @keyframes text {
    0%{
    color: black;
    margin-bottom: -40px;
    }
    30%{
    letter-spacing: 25px;
    margin-bottom: -40px;
    }
    }

  • @SRDFTM
    @SRDFTM 5 лет назад +1

    Please, never stop doing this videos!!

  • @htmlkhaled2305
    @htmlkhaled2305 5 лет назад +1

    very nice ... thanks

  • @ACALearn
    @ACALearn 6 лет назад +1

    very nice

  • @rkyadav5952
    @rkyadav5952 5 лет назад +3

    Wow ..good . Plzz speak while making your video so that we not only make animation by copying your code but also we are able for self coding .. tnku

  • @hibi9528
    @hibi9528 5 лет назад +3

    exciting tutorial ,just awesome,want more.....

  • @ayobomari8990
    @ayobomari8990 6 лет назад +72

    is great can you speak in vedio for we knew understand
    and thank you

    • @ACALearn
      @ACALearn 6 лет назад +4

      i have i am teacher

    • @kingkiitt7355
      @kingkiitt7355 5 лет назад

      Agree. I'm a noob in programming and I often don't know what is happening in tutorials.

    • @Pupuzela
      @Pupuzela 5 лет назад +4

      No need to talk, just observe and connect the dot. You are smart enough.

    • @GanicuusFleXiTDrakensangOnline
      @GanicuusFleXiTDrakensangOnline 5 лет назад

      @@kingkiitt7355 html and css is not programming

    • @iyliarasyad5963
      @iyliarasyad5963 4 года назад

      @@GanicuusFleXiTDrakensangOnline what you're trying to say is html and Css is coding not programming, right?

  • @firjaunbarlaman7097
    @firjaunbarlaman7097 5 лет назад +3

    Thank u, so worth it!

  • @erlanerlan7739
    @erlanerlan7739 5 лет назад

    ARE YOU KIDDING MEE???? I love you!!!!! I want to see all your videos !!

  • @soulfly9306
    @soulfly9306 5 лет назад +2

    You realy good at this job. İ proud of you :D Go on !! :D

  • @tahep3906
    @tahep3906 2 года назад

    wow, I am planning to use this animations for quotes page with sleek design, thanks a lot for this inspiring video

  • @hassanzaibsocial5818
    @hassanzaibsocial5818 5 лет назад +4

    the animation or the moving of text is not working! help please!!!

  • @talabsa4108
    @talabsa4108 3 года назад

    You legend
    I studying for channel

  • @hthclash1970
    @hthclash1970 5 лет назад +1

    So simple and nice, thanks man👍

  • @wwssr
    @wwssr 3 года назад

    This clip awesome dude...thank you

  • @ubtcreatives2695
    @ubtcreatives2695 4 года назад

    yet simple n attractive.

  • @kareemafara-ll6oo
    @kareemafara-ll6oo 3 года назад

    very cool and usefull video thanks

  • @parth_sanchania_0074
    @parth_sanchania_0074 4 года назад

    amazing css coding wenderfull .
    Thanks Bro.
    ;-)

  • @Ebeninkisi1
    @Ebeninkisi1 3 года назад

    You are great. Thank you!

  • @ug_it_english
    @ug_it_english 6 лет назад +1

    जय होस् Thanks for sharing

  • @ivar3243
    @ivar3243 6 лет назад +1

    Loved it, thanks!

  • @nelsonerwinaleluyaquispe6528
    @nelsonerwinaleluyaquispe6528 5 лет назад

    Excelente, un saludo desde Bolivia.

  • @dedisupardi2815
    @dedisupardi2815 3 года назад

    Excellent👍 thank you so much for sharing it to us

  • @rsezuni
    @rsezuni 5 лет назад

    Your work is amazing!

  • @anonym2.068
    @anonym2.068 2 года назад +1

    keep it up m man

  • @iamkakarotsaiyan3918
    @iamkakarotsaiyan3918 4 года назад +1

    Awesome!

  • @Lkk233
    @Lkk233 4 года назад +1

    Which editor you are using bro?...bdw good video 💕
    Love from India

  • @eduerjaramillo1831
    @eduerjaramillo1831 5 лет назад

    me gustan estos videos que son rapidos y van al gro a lo que es

  • @Akdo333
    @Akdo333 3 года назад

    Thank you, bro

  • @learnAndfun101
    @learnAndfun101 5 лет назад +2

    I'm being inspired dude !!❤

  • @rick_sanz_oficial
    @rick_sanz_oficial 4 года назад

    love your videos tks

  • @ouridea1015
    @ouridea1015 4 года назад

    Awesome

  • @SSCAT0
    @SSCAT0 4 года назад

    Danke 😊

  • @Moshe5573
    @Moshe5573 5 лет назад +3

    do you have any more text animation videos? I have been struggling leaning them.
    great video by the way

  • @suchiridi9693
    @suchiridi9693 5 лет назад +4

    thank you bhava...

  • @team-planning
    @team-planning 5 лет назад

    Big thanks

  • @MAzeemSidd
    @MAzeemSidd 5 лет назад

    Brilliant bro... I really inspired...

  • @niranjanagupta2938
    @niranjanagupta2938 6 лет назад +1

    Superb bro

  • @umaldo7
    @umaldo7 5 лет назад

    Great vid! Thanks for sharing.

  • @Senthilkumar-qb8jv
    @Senthilkumar-qb8jv 3 года назад +1

    What compiler are You Using?
    Please tell the name??

  • @jayeshjadhav6266
    @jayeshjadhav6266 5 лет назад

    That was really awesome tutorial 👍👍

  • @burhanrasitbuyukgur3910
    @burhanrasitbuyukgur3910 5 лет назад +1

    nice video. What is the program you are using?

    • @kod3619
      @kod3619 5 лет назад +1

      It is Atom.

  • @bodybody5609
    @bodybody5609 4 года назад

    So cool no bullshit at all

  • @shetiratan
    @shetiratan 3 года назад

    Professional Web design kayse coding kare इसपर video बनवाए bro 🙏

  • @samuelfrank9947
    @samuelfrank9947 3 года назад

    Cool bro

  • @stevemarshall2358
    @stevemarshall2358 4 года назад

    Nice

  • @gabrielmarques21
    @gabrielmarques21 5 лет назад +3

    Good job!

  • @devyeasir4192
    @devyeasir4192 5 лет назад

    thanks for tips

  • @Victoria-ly2ij
    @Victoria-ly2ij 6 лет назад +1

    cool, thanks!

  • @CrisAlaskaLyall
    @CrisAlaskaLyall 4 года назад

    so keyframes are declared in % instead of seconds, and the margin bottom defines the "DARKCODE" movement at 0% to 30% - hopefully i understood that right, else i need to find another video to this XD good job even without voice :)

  • @PritishMishra
    @PritishMishra 5 лет назад

    Nice dude

  • @drwskincarecibitung9894
    @drwskincarecibitung9894 4 года назад

    thank you

  • @beerekartheek9184
    @beerekartheek9184 5 лет назад

    Super

  • @quangphung5481
    @quangphung5481 4 года назад

    great. thank you

  • @КириллГагарин-ь2с
    @КириллГагарин-ь2с 5 лет назад

    Super!!!!

  • @Nevermind-cg5wr
    @Nevermind-cg5wr 5 лет назад +4

    what's url of website where he picks a color?

    • @NotLefty.
      @NotLefty. 4 года назад

      Nevermind flat ui icons.

  • @krisden7122
    @krisden7122 6 лет назад +16

    Hey there, I just want to ask, What "*" means? What use of this symbol? can someone explain to me? Thank You!

    • @DarkCodeOnline
      @DarkCodeOnline  6 лет назад +23

      * is a selector for select all elements and give them that style

    • @krisden7122
      @krisden7122 6 лет назад +2

      @@DarkCodeOnline oh. Thank you, Sir!

    • @omarmarufi7852
      @omarmarufi7852 4 года назад +1

      # foo {} will style the single element declared with an attribute id="foo"
      * foo {} will style all elements with an attribute class="foo" (you can have multiple classes assigned to an element too, just separate them with spaces --- class="foo bar")

    • @rodolfhoazevedo5420
      @rodolfhoazevedo5420 4 года назад +3

      @@omarmarufi7852 class is .foo, not *foo

    • @donsilver3728
      @donsilver3728 4 года назад

      Also in ASCII this sybol is the number 42. Since the *, or asteriks, can be used as wildcard in the most programming languages, it can be literally everything. This is the hidden meaning behind 42 is the answer to the question of everything.

  • @axanka4
    @axanka4 5 лет назад

    Very cool !!

  • @UFU-UpdateForU
    @UFU-UpdateForU 5 лет назад +1

    Really great bro Nd u responding to all the comments ,,,,
    There r few peoples do this ur 👍

  • @theguynextdoor8834
    @theguynextdoor8834 3 года назад

    Thanks so so much!
    Just 1 question, How would I do the same effect but only in hover ?
    I've tried every possible way in my knowledge but didn't work.

  • @dinushkamahawedage3186
    @dinushkamahawedage3186 4 года назад +1

    Magnificient

  • @Daniel71069
    @Daniel71069 5 лет назад

    Like the video, did help a lot! but how do you make the animation fade/go away after a couple seconds? like i want it to show for about 3seconds after then go away?

  • @md.kh.s
    @md.kh.s 3 года назад

    thanks 😍

  • @junedshaikh5162
    @junedshaikh5162 5 лет назад

    good htmlization

  • @likogunardi6699
    @likogunardi6699 5 лет назад

    Buat refresh ... Thx

  • @WhiteoutMonster
    @WhiteoutMonster 5 лет назад +1

    One huge thing I'm not understanding is theres no name to the animation. I wonder if this whole process is completely different for animate.css

  • @marivikki.b
    @marivikki.b 5 лет назад +1

    Why @keyframes doesn't work ??In my pc...

  • @juanchoo22xd
    @juanchoo22xd 4 года назад +1

    que tal gente, soy jimmy....

  • @anjnasharma5308
    @anjnasharma5308 5 лет назад +1

    DarkCode, which software are you using?

    • @c-leg
      @c-leg 5 лет назад

      It should be Atom

    • @Ouissalfg
      @Ouissalfg 5 лет назад

      Atom

  • @LuisSuchil
    @LuisSuchil 5 лет назад

    Great video !!!

  • @PashtoTechChip
    @PashtoTechChip 5 лет назад +2

    Awesome code

  • @mdoverflow7683
    @mdoverflow7683 5 лет назад

    if i copied and pasted the animated text into a document, would it still do the cool effect?

  • @Manojkumar-gr1dn
    @Manojkumar-gr1dn 3 года назад

    Thanks

  • @umarfarid478
    @umarfarid478 6 лет назад +1

    Well

  • @payaljaiswal3305
    @payaljaiswal3305 5 лет назад +3

    Nice 😍

  • @Znaczek
    @Znaczek 5 лет назад +1

    thank you, you are my master. Really

  • @sooth6295
    @sooth6295 4 года назад

    Wow

  • @salehmajeed
    @salehmajeed 5 лет назад +6

    Amazing but how this page will disappear to show the actual home page??

  • @rajashekhar433
    @rajashekhar433 5 лет назад +1

    Superbbbbbbb

  • @theshadow8496
    @theshadow8496 3 года назад

    bro how did u make that second screen otput screen in vs or sumblime

  • @ldnoobsgameplay2250
    @ldnoobsgameplay2250 2 года назад +2

    In which app he is making this please tell me???

  • @danieldukundane271
    @danieldukundane271 5 лет назад

    nice guitar

  • @mikazuchiashura255
    @mikazuchiashura255 2 года назад +1

    Idk what happen but I completely copy every single line of your code and it doesn't work

    • @CodGame-b7x
      @CodGame-b7x 5 месяцев назад

      Must check the library added in link ......

  • @GuitarsRgood7
    @GuitarsRgood7 4 года назад

    Good stuff!

  • @barewr828
    @barewr828 5 лет назад

    Awesome video, but my ATOM does not work with css, what packages do you use? Thanks

  • @diegohenrique5227
    @diegohenrique5227 4 года назад

    Is very good code😍😍

  • @arifandihartono1812
    @arifandihartono1812 4 года назад

    Thank You so much BOIIII

  • @t33a25
    @t33a25 5 лет назад +1

    now I like the photo of my profile

  • @joaoassembleia8575
    @joaoassembleia8575 3 года назад

    hey how can i do this but left to right and a border expand on the left side ?? pls help me how i do this

  • @bassey1246
    @bassey1246 5 лет назад +1

    How do you divide it into 2 spaces like dt?