10 Stunning CSS 3D Effect You Must See

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ก.พ. 2018
  • Cool CSS 3D effect that you should not miss! Light up your ideas for web design with 10 handpicked 3D CSS examples. Source code is available at: redstapler.co/10-stunning-css...
    Follow us on
    Facebook: / theredstapler
    Website: redstapler.co/
    Twitter: / redstapler_twit
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @RedStapler_channel
    @RedStapler_channel  6 ปีที่แล้ว +523

    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 ปีที่แล้ว +1687

    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 5 ปีที่แล้ว +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

  • @FactopiaWhimsy
    @FactopiaWhimsy 5 ปีที่แล้ว +125

    Number 2# effect was made with three.js not CSS
    *Puts Number 2# on thumbnail*

    • @pytykus0072
      @pytykus0072 4 ปีที่แล้ว +2

      Exposing youtubers same

    • @facu1190
      @facu1190 3 ปีที่แล้ว

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

  • @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 4 ปีที่แล้ว +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

  • @Gaer56
    @Gaer56 5 ปีที่แล้ว +1004

    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!!!!

    • @AikawaJo
      @AikawaJo 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 5 ปีที่แล้ว +665

    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 5 ปีที่แล้ว +37

      flex

    • @Trina18
      @Trina18 5 ปีที่แล้ว +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? 😁

  • @remiadebayo
    @remiadebayo 6 ปีที่แล้ว +9

    I love the sound playing in the back

  • @hemipemi
    @hemipemi 5 ปีที่แล้ว +3

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

  • @carlosas646
    @carlosas646 6 ปีที่แล้ว +4

    The second one is amazing!

  • @luis96xd
    @luis96xd 5 ปีที่แล้ว

    Wow this effects are so amazing! Nice video!

  • @AnilSahu-zx6wk
    @AnilSahu-zx6wk 6 ปีที่แล้ว +3

    Rocking dude, and image one is superb superb

  • @technopoly2596
    @technopoly2596 5 ปีที่แล้ว

    Wow, simply amazing

  • @nargizaliyeva9743
    @nargizaliyeva9743 4 ปีที่แล้ว

    Amazing, thank you very much!

  • @FirdavsiWebDev
    @FirdavsiWebDev 5 ปีที่แล้ว

    Damn that blows my mind!!

  • @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....

  • @mynameisdeluxer1074
    @mynameisdeluxer1074 4 ปีที่แล้ว

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

  • @khamdamov
    @khamdamov 6 ปีที่แล้ว

    I had to subscribe, thanks a bunch :)

  • @philipsfreshairmask999
    @philipsfreshairmask999 5 ปีที่แล้ว +1

    Damn it, what is this , you are Nirvana king

  • @quasarbeyond7828
    @quasarbeyond7828 4 ปีที่แล้ว

    holy~ crap~ super duper Awesome!

  • @rayankhan12
    @rayankhan12 2 ปีที่แล้ว +1

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

  • @mustafamahmud2977
    @mustafamahmud2977 6 ปีที่แล้ว

    number 2 was awesome

  • @Mani-uk9km
    @Mani-uk9km 6 ปีที่แล้ว

    Really awesome man

  • @daryldeguzman8873
    @daryldeguzman8873 6 ปีที่แล้ว +2

    background music is cute :D

  • @sajadr9974
    @sajadr9974 6 ปีที่แล้ว

    amazing bro :)

  • @rutvikcandy7153
    @rutvikcandy7153 5 ปีที่แล้ว

    What a coder you are !!

  • @shadabgada937
    @shadabgada937 6 ปีที่แล้ว

    Awesome !!

  • @MegaInformazione
    @MegaInformazione 6 ปีที่แล้ว

    Great channel!Subscribed!

  • @Benescoli
    @Benescoli 4 ปีที่แล้ว

    That's crasy

  • @hejason3195
    @hejason3195 6 ปีที่แล้ว +1

    The second effect is awesome!

    • @facu1190
      @facu1190 3 ปีที่แล้ว

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

  • @vietkhoado5662
    @vietkhoado5662 3 ปีที่แล้ว

    Nice. It look so cool

  • @monickverma2944
    @monickverma2944 6 ปีที่แล้ว

    I am so glaf i found it again!!!

  • @koyavasudhalakshmi2073
    @koyavasudhalakshmi2073 4 ปีที่แล้ว +1

    Awesome 👏👏👏

  • @psdmaniac
    @psdmaniac 4 ปีที่แล้ว +3

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

  • @dfordemo981
    @dfordemo981 4 ปีที่แล้ว

    super super duper awesome effects | amazinggggggggggg

  • @jonugroho6492
    @jonugroho6492 3 ปีที่แล้ว

    Amazing works Bro

  • @BigDaddy-zp6hz
    @BigDaddy-zp6hz 3 ปีที่แล้ว

    omg amazing

  • @Budding8660
    @Budding8660 4 ปีที่แล้ว

    so cool

  • @Leon-cd3dx
    @Leon-cd3dx 5 ปีที่แล้ว

    Amazing !!!

  • @shrutivandana3765
    @shrutivandana3765 4 ปีที่แล้ว

    Waoo..this is so cool and amazing🤗😘

  • @neftaliadrian
    @neftaliadrian 5 ปีที่แล้ว

    Excellent video

  • @FRONTRUS
    @FRONTRUS 3 ปีที่แล้ว +17

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

    • @yurashtefanko1603
      @yurashtefanko1603 3 ปีที่แล้ว +1

      Thanks my Brother. Wish the same to you.

  • @bayuyudhasaputra3169
    @bayuyudhasaputra3169 4 ปีที่แล้ว

    Wow....amazing...

  • @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 :)

  • @arjunkapurindia7835
    @arjunkapurindia7835 5 ปีที่แล้ว

    Its Wonderful

  • @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

  • @abcdetsui6406
    @abcdetsui6406 6 ปีที่แล้ว +1

    three js image transition is very stunning

    • @facu1190
      @facu1190 3 ปีที่แล้ว

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

  • @forhadrh
    @forhadrh 3 ปีที่แล้ว

    Cool!

  • @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

  • @merukit
    @merukit 3 ปีที่แล้ว

    it's literally magic

  • @gilmar69047
    @gilmar69047 3 ปีที่แล้ว

    Amazing

  • @a.chillstechnologies9952
    @a.chillstechnologies9952 4 ปีที่แล้ว

    You are great!!!

  • @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.

  • @saadalighaffar
    @saadalighaffar 6 ปีที่แล้ว

    Awesome

  • @xXMacedoniaNXx
    @xXMacedoniaNXx 4 ปีที่แล้ว +1

    Stayed here for the music 💯

    • @facu1190
      @facu1190 3 ปีที่แล้ว

      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.

    • @wesleyjrz
      @wesleyjrz 3 ปีที่แล้ว

      You're right

  • @newview8925
    @newview8925 4 ปีที่แล้ว +1

    You are master

  • @entelekta
    @entelekta 4 ปีที่แล้ว

    Wow 👍

  • @LaptopTechnew
    @LaptopTechnew 6 ปีที่แล้ว

    Nice

  • @minecrafttraveller9682
    @minecrafttraveller9682 5 ปีที่แล้ว

    Wow nice

  • @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

  • @0xviel
    @0xviel 5 ปีที่แล้ว +1

    is the best

  • @Prajinrock
    @Prajinrock 5 ปีที่แล้ว +1

    OMG!! #2 aawessssome///

    • @facu1190
      @facu1190 3 ปีที่แล้ว

      Could you use it?

    • @Prajinrock
      @Prajinrock 3 ปีที่แล้ว

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

  • @vishalsrivastava3656
    @vishalsrivastava3656 5 ปีที่แล้ว

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

  • @valdobertorabelo4344
    @valdobertorabelo4344 3 ปีที่แล้ว

    parabens pelo seu canal sucesso para vc..

  • @shreyanshsingh2859
    @shreyanshsingh2859 6 ปีที่แล้ว

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

  • @adhivenkatesh3431
    @adhivenkatesh3431 4 ปีที่แล้ว

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

  • @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.

  • @ShivamKumar-cv7jv
    @ShivamKumar-cv7jv 4 ปีที่แล้ว

    Awesome, will you please make a vedio on this tutorial

  • @boombaby1769
    @boombaby1769 5 ปีที่แล้ว

    Neat!

  • @drkillerpubg4901
    @drkillerpubg4901 5 ปีที่แล้ว +1

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

  • @noahdrisort2005
    @noahdrisort2005 4 ปีที่แล้ว

    Oh my shit, crazy

  • @sewaksingh6189
    @sewaksingh6189 6 ปีที่แล้ว +1

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

  • @atsumdaniel134
    @atsumdaniel134 5 ปีที่แล้ว

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

  • @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?

  • @mohammadrasoulfard-habibi3066
    @mohammadrasoulfard-habibi3066 5 ปีที่แล้ว +1

    This is so cool.

  • @VM_PARMAR
    @VM_PARMAR 4 ปีที่แล้ว +2

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

  • @adrianmbugua8344
    @adrianmbugua8344 5 ปีที่แล้ว +1

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

  • @abhijeetdey
    @abhijeetdey 6 ปีที่แล้ว

    Great now make this work in IE XD

  • @asaKew_Music
    @asaKew_Music 5 ปีที่แล้ว

    gap yuq

  • @YourShaown
    @YourShaown 5 ปีที่แล้ว

    _nice_

  • @anthonyzornig
    @anthonyzornig 2 ปีที่แล้ว

    WOW

  • @maniac.chopper
    @maniac.chopper 6 ปีที่แล้ว

    Unbelievable...

  • @apexhacker346
    @apexhacker346 6 ปีที่แล้ว

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

  • @ninz2372
    @ninz2372 5 ปีที่แล้ว +5

    1:27 that navigation bar looks weird

  • @IronMan-ou2th
    @IronMan-ou2th 6 ปีที่แล้ว +2

    How can i learn these??

  • @alejorostata3899
    @alejorostata3899 6 ปีที่แล้ว

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

  • @rizonrahman2455
    @rizonrahman2455 6 ปีที่แล้ว

    could you please give css code also.I would help us to learn this amazing css code

  • @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

  • @uixNinja
    @uixNinja 5 ปีที่แล้ว

    Good)

  • @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.

  • @rajeshraj-oq6wg
    @rajeshraj-oq6wg 6 ปีที่แล้ว

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

  • @Fusionmedia-guna
    @Fusionmedia-guna 5 ปีที่แล้ว

    Eventhough touch the image i cant get the source code

  • @rksilvergreen
    @rksilvergreen 6 ปีที่แล้ว

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

  • @ahmedsherif1199
    @ahmedsherif1199 6 ปีที่แล้ว

    Wow

  • @jaydee177
    @jaydee177 5 ปีที่แล้ว

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

  • @mecerre7566
    @mecerre7566 6 ปีที่แล้ว

    Can u help me to do 9th one just for images? I'm sure thats easy.

  • @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 5 ปีที่แล้ว +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.

  • @gauravtejpal8901
    @gauravtejpal8901 6 หลายเดือนก่อน

    "Hello World" 😊