10 Stunning CSS 3D Effect You Must See

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

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

  • @RedStapler_channel
    @RedStapler_channel  6 лет назад +522

    Guys, I'm so sorry. Number# 2 effect was made with three.js and not CSS. It was an error when I put together this video. I'll make sure all the information on next videos are accurate. Thanks for watching and support us :)
    You can get source code (click at each image) at: redstapler.co/10-stunning-css-3d-effect-must-see/

    • @jonaskohl13
      @jonaskohl13 6 лет назад +13

      Number 10 was also made with THREE.js and not with CSS

    • @MuhammadAbdullah-wu2fg
      @MuhammadAbdullah-wu2fg 6 лет назад +1

      please please can u tell me whats the source code of Number 8.3D transform element

    • @MuhammadAbdullah-wu2fg
      @MuhammadAbdullah-wu2fg 6 лет назад +1

      please please can u tell me whats the source code of Number 8.3D transform element

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

      tympanus.net/codrops/2013/08/27/3d-shading-with-box-shadows/

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

      Red Stapler, Omg I'm in love with these designs 😃😍 cool bro keep it up!

  • @jayanths1221
    @jayanths1221 6 лет назад +1686

    FFS, I can't even get the text to align to the center of the screen..

    • @mr21_
      @mr21_ 6 лет назад +104

      Don't worry.. nobody knows how to do it before displayFlex :D

    • @shina7418
      @shina7418 6 лет назад +48

      :/

    • @Makwayne
      @Makwayne 6 лет назад +3

      stuck at the same thing, hahahah

    • @briandoesstuff4831
      @briandoesstuff4831 6 лет назад +7

      Its been a while. Maybe I should get back into some CSS. Aligning text to center might be difficult, but I remember it being easier the more I played around with it.

    • @shiro9399
      @shiro9399 6 лет назад +64

      text-align: center;
      or
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);

  • @thisisnotok2100
    @thisisnotok2100 6 лет назад +473

    Me: yeah I'm a pretty good programmer
    *watches this video*
    Me: I suck at programming

    • @timbraasch1514
      @timbraasch1514 6 лет назад +3

      you are sickening me!

    • @richardc9325
      @richardc9325 5 лет назад +50

      Alan Johnston html and css arent programming languages

    • @dimo9762
      @dimo9762 5 лет назад +15

      R C people will never understand

    • @pjb7490
      @pjb7490 5 лет назад +8

      Lol CSS and HTML aren't programming languages so you're still a pretty good programmer mate

    • @dimo9762
      @dimo9762 5 лет назад +9

      Parris Bryant technically correct if you go by the title. Funnily most of those effects include Javascript + Frameworks so it actually includes a programming language. There‘s simply everything wrong about this video + these comments haha

  • @Gaer56
    @Gaer56 5 лет назад +1005

    Thats nothing. I can write "Hello World" in Python

    • @Grimar87
      @Grimar87 5 лет назад +27

      I can do it in Java! Take that @Neddier! :D ;)

    • @SubscribersWithMemes-kd7fz
      @SubscribersWithMemes-kd7fz 5 лет назад +8

      I can do it in every language! take that!!!!

    • @OnigiriKaizoku
      @OnigiriKaizoku 5 лет назад +17

      @@SubscribersWithMemes-kd7fz do it in brain fuck language

    • @vasileandreicalin3143
      @vasileandreicalin3143 5 лет назад +24

      I can write "Hello World" on my elbow.

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

      I can do this in assembler, take that

  • @okie9025
    @okie9025 6 лет назад +666

    Me: how to center a div?
    Internet: try
    margin: 0 auto
    Or
    position: absolute
    top, bottom, left, right: 0
    Me: **tries literally everything**
    Page: *text dissapeared, background changed color, half of everything is outside bounds*

    • @p4l1ch
      @p4l1ch 6 лет назад +37

      flex

    • @Trina18
      @Trina18 6 лет назад +9

      for example:
      div {
      width: 80%;
      margin: 25px auto;
      }
      try that =)

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

      Go and install Brackets code editor. He create suggestions when you start to type something.
      My art of programming is half in good code editor!
      Second art of programming is to type something than ctrl+z if doesn't work. And always make copy of your code when you achieve good results. If you fuck somewhere, you start again from last successfull job. Just like in a game! The last suggestion from me: Never fucking give up! NEVER! Don't sleep, don't eat! Just make that shit to work!

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

      @@zlackbiro I already use VS Code and have been programming for 3 years now, but thanks :)

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

      @@okie9025 You have something to show to us? 😁

  • @AdroSlice
    @AdroSlice 6 лет назад +294

    Or: How to crash IE.

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

      😂😂😂😂😂😂

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

      Doesn't matter nowadays they begged to don't use it anymore

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

      Sad to see that people still use that garbage browser.
      You'd think evolution would develop intelligence at some point.
      Guess we're not there yet :)

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

      Good one! xD

  • @remiadebayo
    @remiadebayo 6 лет назад +9

    I love the sound playing in the back

  • @hemipemi
    @hemipemi 6 лет назад +3

    Wow, that 3D 404 spinning ball though. Mind blown!

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

    This video shows that how powerful CSS is.

  • @jacksonwhitfield8746
    @jacksonwhitfield8746 5 лет назад +25

    I’m really curious to know how insane the assembly code is for these animations....

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

    NO. 4 is an effect using HTML and CSS, the icons are not linked using HREF or a self owner online database/storage instead they are Icons owned by font-awesome, thought its still an amazing idea. NO. 3 on the other hand was not as amazing as the rest but did have its own perks.
    Its disappointing to know that NO. 2 was made with three.js instead of CSS, it would have been the one thing most people came here for. But thanks for the amazing display of hard word and art :)

  • @yashsinghproductions
    @yashsinghproductions 6 лет назад +95

    wow! But how one can do these using only css... I bet Java script is also used...

    • @yashsinghproductions
      @yashsinghproductions 6 лет назад +3

      Charles Vernon (~¡~)

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

      About second wrote that it is Tree.js (3D js framework). CSS, I guess, only for setting background.

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

      Javascript, to alter CSS tags. Usually it's a matter of what the event is that needs to be measured. (tag):hover is in CSS by default, but ticking events are Javascript sadly. CSS usually does all the drawing though!

    • @RedStapler_channel
      @RedStapler_channel  6 лет назад +14

      That's correct the second one was made with three.js. Totally my fault. I'll try to make sure all the information on next videos are accurate. Thanks for watching :)

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

      codepen.io/zadvorsky/pen/PNXbGo

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

    Woah! You've chosen the wrong word to describe them lol. 'Stunning' is an understatement. They're mind-blowing 😲🤯

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

    three js image transition is very stunning

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

      Could you use it? I dont know how to use it

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

    The second effect is awesome!

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

      Could you use it? I dont know how to use it.

  • @FRONTRUS
    @FRONTRUS 3 года назад +17

    *To the everyone reading this* : Sending Virtual hugs to everyone who needs it, Stay Safe!🍃

  • @adamstuartclark
    @adamstuartclark 3 года назад +5

    These are surely impressive when used singularly, but often times these effects will have negative impacts upon frame-rates of lower power processors, especially if used in conjunction with a page which has other animations, complex layouts, etc.
    Plus...I'm jealous because while I'm competent in CSS my javascript skills are lacking and JS is necessary for most of this. Damnit.

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

    super super duper awesome effects | amazinggggggggggg

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

    The second one is amazing!

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

    Stayed here for the music 💯

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

      Could you use it?

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

    They are very pretty, and inspirational for CSS rookies like me. But don't think they'd be practical, except for a landing page. And even then you have to think of people with slower speeds, mobile users, etc. Yes, I am fun at parties.

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

    Amazing works Bro

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

    Excellent video

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

    Nice. It look so cool

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

    The 2nd one is so insane it makes all the others look like average css.

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

      @Dark Code Ah that's cheating, but that's still insanely cool.

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

    Been there, seen that - 8 years ago in Adobe Flash. Progress :)

  • @vishalsrivastava3656
    @vishalsrivastava3656 6 лет назад

    Is this even possible.... i cant even imagine.

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

    Damn it, what is this , you are Nirvana king

  • @jovicaaleksic8549
    @jovicaaleksic8549 6 лет назад +43

    Three.js is hardly a CSS effect :) but awesome effects indeed

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

      @かわいいreo only the second one uses three.js

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

    Awesome 👏👏👏

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

    That's crasy

  • @mustafamahmud2977
    @mustafamahmud2977 6 лет назад

    number 2 was awesome

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

    What a coder you are !!

  • @luis96xd
    @luis96xd 6 лет назад

    Wow this effects are so amazing! Nice video!

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

    holy~ crap~ super duper Awesome!

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

    You are master

  • @Mani-uk9km
    @Mani-uk9km 6 лет назад

    Really awesome man

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

    it's literally magic

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

    so cool

  • @BigDaddy-zp6hz
    @BigDaddy-zp6hz 4 года назад

    omg amazing

  • @AnilSahu-zx6wk
    @AnilSahu-zx6wk 6 лет назад +3

    Rocking dude, and image one is superb superb

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

    Haha! #5 "Adjust the sine wave of this magnetic envelope so that anti-neutrons can pass through it but anti-gravitons cannot" From the computer retraining Spock's mind on Vulcan after being rescued from the Genesis planet - Star Trek III

  • @milogosnell9605
    @milogosnell9605 6 лет назад +24

    How about we don't overload websites with very intensive 3d effects. Over 50% of internet users have dual core CPUs or less, and over 50% use phones of which low powered androids make up the majority. None of the above can render these in any kind of functional way.

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

      Milo Gosnell I’m extremely doubtful that your statistics are correct.

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

      the 2nd one for sure

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

      @Lukholo Molose
      Umm.....if it looks cool then what's the problem. Websites are every bit art as they are functionality.

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

      I would argue that any desktop can easily handle a CSS effect. On the mobile site, you would ideally disable anything that wouldn't carry over well, i.e. the one where you move your cursor side to side to transition. Most phones come with about 4GB-8GB of RAM and their processors are incredibly powerful. They legitimately are tiny computers. Javascript might take longer to load, but that's why any effects scripts are put at the bottom, to allow everything else to load first. Android phones have a special way of running the OS, meaning they need more RAM readily available for apps. (honestly, Android's OS RAM management system is really interesting.) This makes it easy for them to run RAM-intensive things like JS or heavily styled CSS.

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

      @@panicwithcompulsion 4-8 GB of RAM is really not a mid-tier device and even in the top-tier devices those specs are relatively recent. Most people will have something more like 2 to 3 Gb or RAM on their phones, remember people don't buy phones as often anymore since Android and apps have stopped asking for more for a long time as well and phones already had more than enough when they we're released.

  • @arjunkapurindia7835
    @arjunkapurindia7835 6 лет назад

    Its Wonderful

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

    Amazing

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

    Video with the music is very cool , can we adopt these 3D in to our project

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

    Amazing, thank you very much!

  • @rksilvergreen
    @rksilvergreen 6 лет назад

    Effects are awesome, but the audio is fantastic. What is that?

  • @mohammadrasoulfard-habibi3066
    @mohammadrasoulfard-habibi3066 5 лет назад +1

    This is so cool.

  • @a.chillstechnologies9952
    @a.chillstechnologies9952 4 года назад

    You are great!!!

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

    Wow....amazing...

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

    thank you so much for the controlabel image transition I did it for my website

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

    Yes, as others mentioned it is deceiving to label this “CSS” as 99% of the actual movement and transitions are powered by JavaScript.

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

    Wow, simply amazing

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

    Waoo..this is so cool and amazing🤗😘

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

    Cool!

  • @monickverma2944
    @monickverma2944 6 лет назад

    I am so glaf i found it again!!!

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

    That is amazing.

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

    Damn that blows my mind!!

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

    background music is cute :D

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

    Question, the 2nd one, could be used as an entrance animation? I mean i scrolln down in a section and one simple image makes that defect by itself, one time only. It is possible?

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

    What program or text editor are they using?? I'm using Notepad++ and it doesn't run code in-app like that!

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

    All those years learning Flash, Adobe i want my time back

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

    where is the source code it is not getting by clicking image how can i find plz help me

  • @jaydee177
    @jaydee177 6 лет назад

    The source code is not available on all the animations on the link you provided in the description.

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

    wow!!! But how one can do these using only css... I bet JavaScript is also used...

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

    Sir please make video on coding of this effects... 🙏

  • @shreyanshsingh2859
    @shreyanshsingh2859 6 лет назад

    Can u plz tell us from where we get code for practice this is really amazing

  • @shadabgada937
    @shadabgada937 6 лет назад

    Awesome !!

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

    i could not get controlable image transition , its not working ... do we have to write any other thing in html file

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

    Awesome

  • @MegaInformazione
    @MegaInformazione 6 лет назад

    Great channel!Subscribed!

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

    Wow nice

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

    The slicebox is broken. At the time of this writing, the previous image functionality is broken in Firefox, and chrome, and the entire thing is completely broken in IE.

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

    these effect stunning but can u post a link to show us how its made?

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

    OMG!! #2 aawessssome///

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

      Could you use it?

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

      @@facu1190 Nope.. nobody demanded such stuff. its a little dramatic.. but we designers like it.

  • @khamdamov
    @khamdamov 6 лет назад

    I had to subscribe, thanks a bunch :)

  • @ShivamKumar-cv7jv
    @ShivamKumar-cv7jv 4 года назад

    Awesome, will you please make a vedio on this tutorial

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

    It would be better if you would kindly tell how to program these effects...🙏👍👍😦😦 @Red Stapler

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

    sir tell us what when you make the video about number 2
    effect

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

    Boss: All in to the 404 page.

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

    Nice designs may i get source cide of first one i.e slice box

  • @nihbo5785
    @nihbo5785 6 лет назад

    What's the source code of number 1,the 3D Slicebox?

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

    Im not able to get the source code for sliding effect. plz give me the source code.

  • @ninz2372
    @ninz2372 5 лет назад +5

    1:27 that navigation bar looks weird

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

    gap yuq

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

    Wow 👍

  • @rajeshraj-oq6wg
    @rajeshraj-oq6wg 6 лет назад

    0:18 that's gonna utilitize 100% of titanXP for sure

  • @alejorostata3899
    @alejorostata3899 6 лет назад

    I didn't know some of this can be done in CSS only.

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

    Oh my shit, crazy

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

    sir i don't know about 2. controllable image transaction It is not working please tell me how its source run in Dreamweaver
    please tell me as soon as possible

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

    Sources code not available that website

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

    which complier u use bro. And can u give no.3 script

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

    i want source code of this designs pls give the link given below...

  • @apexhacker346
    @apexhacker346 6 лет назад

    May you provide some books so i may be able to reference these in the future?

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

    Pleez tell me how to drag and drop the 2nd effect code.

  • @sajadr9974
    @sajadr9974 6 лет назад

    amazing bro :)

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

    The CSS equivalent to Powerpoint's star wipe.

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

    Can you please get that 2nd effect code in css?????

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

    what's the soundtrack? it's nice