Это видео недоступно.
Сожалеем об этом.

Glassmorphism - A New UI Trend for 2021?!

Поделиться
HTML-код
  • Опубликовано: 6 дек 2020
  • bit.ly/37CWq7Q - Take my UI Bootcamp now!
    -- Want to learn UI/UX? designcourse.com
    -- Today, upon hearing about this "new" UI design trend, I've decided to do a video on it and take it a step in a different direction. I'll show you how to realize this effect in HTML and CSS -- as well as animate it in a cool example! As for glassmorphism as a trend in UI design, I don't think it will become much of a trend. I anticipate many people trying to implement it and failing -- sort of like neumorphism. Beginners are going to butcher this 🤣
    Codepen demo (not responsive!):
    codepen.io/des...
    Let's get started!
    - - - - - - - - - - - - - - - - - - - - - -
    Subscribe for NEW VIDEOS!
    Learn UI/UX: designcourse.com
    My personal FB account: logodesi...
    Coursetro FB: coursetro
    Coursetro's Twitter: / designcoursecom
    Join my Discord! / discord
    ^-Chat with me and others
    - - - - - - - - - - - - - - - - - - - - - -
    Who is Gary Simon? Well, I'm a full stack developer with 2+ decades experience and I teach people how to design and code. I've created around 100+ courses for big brands like LinkedIn, Lynda.com, Pluralsight and Envato Network.
    Now, I focus all of my time and energy on this channel and my website Designcourse.com.
    Come to my discord server or add me on social media and say Hi!

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

  • @DesignCourse
    @DesignCourse  3 года назад +125

    Please everyone, don't overuse this like the last trend! 🤣

    • @MrAndi1281
      @MrAndi1281 3 года назад +10

      why is that new? frosted glas as part of a design style is decades old in Web- / UI Design!

    • @DesignCourse
      @DesignCourse  3 года назад +13

      @@MrAndi1281 Using frosted glass as a design aesthetic is old, but now it's becoming popular in the last 2 weeks just because of buzz and the guy who coined "neumorphism" is now coining "glassmorphism" 😂

    • @MrAndi1281
      @MrAndi1281 3 года назад +8

      @@DesignCourse i agree it´s just seems like he is "coining" it for the sake of having something "he started" instead of coming up with something of value

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

      :D Thanks, Gary. Congrats on the new house.

    • @itskittyme
      @itskittyme 3 года назад +3

      body id="glass"

  • @StrangeIndeed
    @StrangeIndeed 3 года назад +28

    7:28 fun fact - in SCSS you can type rgba(white, 0.2), and it gets transpiled into rgba(255, 255, 255, 0.2)

    • @mountainslopes
      @mountainslopes 3 года назад +3

      Didn't know that, thanks!

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

      Scss is sass?

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

      ​@@abderrahmanben8915 SCSS and SASS are almost the same (they both have the exact same features)
      The only difference is that SASS doesn't use semicolons and curly brackets and uses tabs (or spaces) to separate code blocks. Its syntax is inspired by Python
      Most people prefer to write SCSS, because any CSS code is a valid SCSS code, so you e.g. can just rename file from .css to .scss and gradually start using SCSS's features.
      But it doesn't really matter
      I don't why I made this comment so long

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

      Thanks

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

      Thanks

  • @PlayWithAyaan
    @PlayWithAyaan 3 года назад +16

    Hey some keyboard shortcuts for vsc.
    Note :- this is only for css.
    Type poa and then enter to get position: absolute;
    Type por and then enter to get position: relative;
    Type pof and then enter to get position: fixed;
    P0 for padding: 0;
    M0 for margin: 0;
    Ml0 for margin-left: 0;
    Df for display flex: 0;
    And lot more to explore I also didn't knew about this I tried it😎.
    If you knew it just chill this is for the one who didn't knew😋.

  • @jegkompletson1698
    @jegkompletson1698 3 года назад +59

    I want to see how mind blown he'd be when he learns about Alt+Tab

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

    @11:53 fun fact: u don't need to call "const glass = document.getElementById('glass')" because if u have id glass initialized in DOM - its already accessible. ids are created by default as properties of a global object (in global context).
    Therefore when you can reference to window.glass as well as window['glass'] or just plain. without any getElementById

  • @_ZeroCool_
    @_ZeroCool_ 3 года назад +33

    0:24 I think the minimal design looks great no divs on the walls cramping the space, focus is on you, good whitespace above your head could use a bit more margin at the bottom (by your hands) also the black t-shirt is great with the bg-colour of your wall elements. Maybe a little icon on the top left would be nice. I might have hidden the mic element also. I'll give it a 7.6/10.

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

      Bro it's happened with me and my friends too when we embed the programming in our normal conversation.

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

      🤣😂🤣

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

      P E R F E C T I O N

  • @UXUXA
    @UXUXA 3 года назад +38

    I feel this is just social media trying to make something out of nothing, most of these 'trends' are just content for clicks.

  • @CoolScratcher
    @CoolScratcher 3 года назад +8

    I've already seen some websites use this on the navigation bar!
    I think it looks pretty cool when used well, but if used a lot on the same website gets old.

  • @dwaynewal-e8615
    @dwaynewal-e8615 3 года назад +1

    Your tutorials really encourage me to get better at html, css, and javascript.

  • @dnlsndr
    @dnlsndr 3 года назад +34

    Firefox doesn't even support backdrop filters. This is just awful for accessibility. Don't use it for important stuff People!

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

      I see there has been some movement on its way to release. Very hopeful.

    • @osman4816
      @osman4816 3 года назад +6

      This is why I hate firefox - literal trash

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

      worst case scenario is you don't have blur; just make sure it's still legible! firefox needs to support it ;(

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

      Firefox is the best browser to this day. Chrome doesn't even support MathML, which has been in the HTML specificstion for YEARS.

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

      Firefox allows you to enable it afaik (though it would need to be enabled by the user, not the developer of the website). It'd be cool if Mozilla actually enabled it by default, but I'm not going to hold my breath for that to happen.

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

    backdrop blur is awesome in firefox ♥

  • @TheTanadu
    @TheTanadu 3 года назад +8

    Microsoft and Apple for latest few years: we were doing this for years!

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

    Hey, can you upload a raw video where you code everything for the first time while not looking at what you have coded before? It would be nice to see how proffesianals code in reality - watching this video makes me feel like i should know and remember every little thing. Having a comparison would be a good thing for new programmers.

  • @coder4real
    @coder4real 3 года назад +25

    Trend that doesn't work in FF without flags niiiice

  • @ChromaticaCitizen
    @ChromaticaCitizen 3 года назад +145

    hasn’t this always been a thing?

    • @mcbeav
      @mcbeav 3 года назад +31

      Since iOS7. So.... like 7 years. It’s actually been available in webkit based browsers for years also or you could do it using canvas before

    • @FuzailShaikh
      @FuzailShaikh 3 года назад +8

      Yepp, i literally thought same thing

    • @mishortProductions
      @mishortProductions 3 года назад +6

      Oblurlay Plugin in jQuery around 10 Years ago. But backdrop-filter is easy to use and don’t blows the file sizes, as it’s just a single line of css.

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

      It's been a thing for sure, mainly for iOS, but hasn't been easy to do in web until recently.

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

      yes, it was :)

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

    Thanks for the "almost mention" ;-)

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

    I was looking for it today. Thanks a lot.

  • @zaironjacobs
    @zaironjacobs 3 года назад +6

    I was playing with this recently and I found out a few days ago that Firefox does not support backdrop filter.

  • @emmyleke7049
    @emmyleke7049 3 года назад +45

    They literally took Microsoft's Acrylic design and changed the name

    • @jvcmarc
      @jvcmarc 3 года назад +6

      I think Microsoft design aesthetic is called fluent design

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

      @@jvcmarc the brush used is called acrylic

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

      @@MegaSHAKII brush?

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

      @@jvcmarc not their design system. The whole transparent glassy thing. It is called 'useAcrylic' if you go into the settings of the new terminal

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

      @@emmyleke7049 oh
      yeah
      but it steems from their design language which they called fluent
      rhe acrylic look on a few elements is part of it
      and it probably is on a setting because of performance reasons

  • @victorsingha2267
    @victorsingha2267 3 года назад +12

    My fav part when Gary says "U dont just watch videos No No No"

  • @raldskie23
    @raldskie23 3 года назад +10

    was acrylic background been already a thing? Windows had this ryt?

  • @und0
    @und0 3 года назад +3

    IOS has been using this design since IOS7 and I'm sure other software like mac OS and windows 10 implement this effect regularly. it's also worth mentioning the "backdrop-filter" property is not universally supported see developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter
    In fact this must be manually enabled on firefox and opera, on safari you must use the vendor prefix -x-.
    This "glass", "ios 7" or "frost" effect has been an ongoing css challenge for years here's a stackoverflow thread from 7 years ago: stackoverflow.com/questions/17034485/ios-7s-blurred-overlay-effect-using-css
    If you're interested in implementing this on your website I recommend using the much more supported "filter: blur(10px)" (not perfect) or use an svg overlay with a blur filter.

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

      One year later still not working on FF.

  • @thevoiceyouneverlisten2083
    @thevoiceyouneverlisten2083 3 года назад +3

    Acrylic design by Fluent Design System.

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

    can't wait for 2022's whitemorphism, a revolutionary trend where we use white as the dominant color in our compositions. not sure if the world is ready for such groundbreaking change but i'm definitely excited for it!

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

    This tutorial got me back to VSCode and coding after almost 6 months lol

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

    i didn't know about backdrop-filter - ty. very nice effect. peeps are right, though, the effect has been around a long time, not really a new thing. i now have a glass class in my sass! :D

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

    Isn't there a shortcut for comment in VS code? It's ctrl+/ in a lot of editors I believe, that's what I use in sublime.
    Also, the text is hard to read/low contrast where it says "Glassmorphism", on the left, maybe add a div with a white background at 0.2 opacity or something for a very slight visual difference and a big readability increase.

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

    You can comment something by typing Ctrl + /
    Great work! It's my first time watching your videos. I liked it!

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

      Html css game project ruclips.net/video/-ZKwMlbyr48/видео.html

  • @TheCzlowiekZagadka
    @TheCzlowiekZagadka 3 года назад +9

    I've actually used glassmorphism on a website i made not long ago :D. By the way, unfortunately, desktop Firefox doesn't support backdrop filter yet. Mobile firefox does, so that's awkward for me.

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

      Mobile firefox (android) is just chrome wrapper i think

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

      So did I, and yeah, you have to set a flag in FF to get it to work, which sucks because you can't really rely on users doing that.

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

    If you are not able to run it in Firefox, then follow this
    From version 70: this feature is behind the layout.css.backdrop-filter.enabled preferences (needs to be set to true) and the gfx.webrender.all preferences (needs to be set to true). To change preferences in Firefox, visit about:config.

  • @mko-ai
    @mko-ai 3 года назад +21

    Seriously? The frosted glass has totally been around since at least Microsoft Aero, and I don't see why we have to apply morphism to everything.

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

    6:44 That has happened to me a few times!

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

    Just posted two dribbble shots on glassmorphism today before this video!!!

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

    This has been around for a while and it's way cooler than the fads of the last few years (saturation, and those godawful cartoons). Check out Blizzard's battlenet app and website to see what I mean. They combine a solid colour, fading into game art and then overlapping with a blurred block for the menu. They then use thin 'brighten' lines to divide the segments. Because they make really strong choices in how they combine these elements they got endless variations while still retaining their unique high-end style. And that's important for them as they now have quite a diverse portfolio of different games that constantly get updates that need to look distinct to the user.

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

    This is awesome. I'm going to play with this a little. I haven't used GSAP in awhile so I can't wait to get back to it!

  • @faiyaz7697
    @faiyaz7697 3 года назад +3

    Don't do anything to the walls. Its perfect as it is. It looks super professional. It has a pro look.

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

    backdrop filter will not work in Firefox. But you can make a similar effect with filer: blur(--px); to foreground and backgrounds. Little tricky, but can work. box-shadow can help set it off

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

      Html css game project ruclips.net/video/-ZKwMlbyr48/видео.html

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

    4:14 comment/uncomment shortcut: CTRL+K C / CTRL+L U
    press "CTRL+K"
    release
    press "C"/"U"

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

    Good job man, thanks a lot

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

    This is the first time I've used GSAP and I'm amazed.

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

      Html css game project ruclips.net/video/-ZKwMlbyr48/видео.html

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

    This looks really nice for the browser render. no browser jank at all.

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

    Thanks man !

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

    Funny thing- firefox doesn't support backdrop.
    So if you want only for Chrome go for it.

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

    Sad thing about backdrop-filter is not all browsers support it currently. It also slows down animations on iOS tablets and phones.
    It is hard to use on a production site when the client requires the site to look and feel the same on every device and browser.

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

    Every time i watch your video. It take me to next level. thanks for sharing

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

    I was wondering when will you establish your course I am so exciting?🔥🔥

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

    ctrl + / for commenting lines

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

    Don't forget to attribute the Unsplash image. That's a requirement of using them.

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

      Html css game project ruclips.net/video/-ZKwMlbyr48/видео.html

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

    Apple did this way back. Check out their official website and notice the header panel as you scroll

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

    I’d love to purchase your course. I’m not down with the monthly subscription through.

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

      Html css game project ruclips.net/video/-ZKwMlbyr48/видео.html

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

    I think that translucency on glass is called "frost"

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

    Wow something new to learn, thank you 😊

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

    Unfortunately backdrop-filter it's not supported by Firefox

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

      Bro No one cares about Firefox ,right ?

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

      Can be enabled by setting layout.css.backdrop-filter.enabled and gfx.webrender.all preferences to true in about:config.

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

    Wait this came n gone in past... The frosted glass effect

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

    your videos are just excellent sir

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

    future UI should be the combination of Glassmorphism and 3D illustrations or elements

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

    It's cool and all but it is not Crossbrowser compatible
    Firefox and IE dont suport backdrop-filter so you would have to resort to the SVG Filter functionality which is a little bit more complex but works just fine on every browser

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

      PS could be a litte tricky if it blurs over text

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

    this was fun, works fine in Opera browser.

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

    YOU HAVE A NEW FAVORITE FONT?!? You've been telling us about Montserrat for what feels like years lol

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

      Html css game project ruclips.net/video/-ZKwMlbyr48/видео.html

  • @devKazuto
    @devKazuto 3 года назад +29

    The glass-like style wasn't good when Windows Vista came out and still won't be good in 2021.

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

      Exaxtly what i was thinking. This looks to me like the "inventor" of those "trends" just wants to see his name associated with a "new" trend just for the sake of having a bit of attention.

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

      this is more like ios7 which is just a backdrop blur. windows vista / 7 style glass is awfully cheesy looking.

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

      Yeah ,it's not looking good , neumorphism is better in my view

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

      Windows Vista was to good for his time, so idk.

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

      Eh, it was ok in Vista but they overused it. It also depended a LOT on what you did with your other personalization settings as to how "good" it looked

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

    I like your studio here, it's simple and empty

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

    I'm not convinced at all. Has there been a mass influx of new designers this year? Because this is like when you're just starting out and you first discover opacity and gaussian blur and just go totally crazy with it for a while until you know better.

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

      Html css game project ruclips.net/video/-ZKwMlbyr48/видео.html

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

    What happened to the usual background, Gary? 🤔
    Dope tut, BTW! 😊

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

      He just moved house, so I guess it’s still in boxes.

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

    body{
    background: rgb(200,220,231);
    color: black;
    font-family: 'Poppins';
    margin: 0;
    padding: 7em 14em 0em 20em;
    }
    you will not face any scrolling issue;

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

    I love this trend

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

    (01:54) I wonder if you have to shoot that kind of "interrupting" sound/word (?) a couple of times until you're fine with it or if it just works out at the very first try :D :D :D
    ...seriously, again very well done and marvelously explained 😍

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

      Html css game project ruclips.net/video/-ZKwMlbyr48/видео.html

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

    Sick ⚡

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

    Loved it but I just got off no the gsap animations, you mean we have to learn gsap just to do such a simple thing as glassmorphism?

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

    It's a shame Firefox is taking forever for backdrop filter

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

      Its on its way to release but for now can recommend going with this given you leave enough contrast headroom in case it doesn't work.

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

      mozarella firefox

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

    Look like it isn't supported by all browser? Is there a way to fill that gap? Is there a best practice when it comes to css functionnalities not being supported by certains browsers? Nice video!

  • @CodeNascher_
    @CodeNascher_ 3 года назад +6

    just press [ctrl] + [/] for a comment.
    works in many languages

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

      Mac: Cmd + /

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

      there's also
      ctrl+k+c to comment
      ctrl+k+u to uncomment

    • @MM-vr8rj
      @MM-vr8rj 3 года назад

      @@Ferdam what this guy says works for VScode by default

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

      @@MM-vr8rj ctrl+k+c works for me by default also. I have never touch shortcuts config in my vscode

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

    scrimba vs freecodecamp
    *who would win?*

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

    We already have this in windows UWP and on MacOS

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

    i feel like we could achiev the same without javascript & somes transitions, just watched & didnt go deep in this, did u tried or could u say what the benefits of the external js versus a 100% css, or where is the limitation of css here.
    nice tuto btw, thx

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

    Awesome staff

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

    but how to make it work on firefox since firefox doesnot even support reflect property ?

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

    What is the term for an individual who makes up words to have hits on their social media and blog. I can think of a few but I believe they are a little to generic. Not nearly as creative as glassmorphism. More like words you might not find in the dictionary but are pretty well known.

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

    What was the point of getting the glass inside your script? You never referenced it. Just curious.

  • @reza.gh2856
    @reza.gh2856 3 года назад

    backdrop-filter not work on firefox, have any idea?

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

    Last I checked backdrop-filter didn't work with some well known browsers.

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

      Html css game project ruclips.net/video/-ZKwMlbyr48/видео.html

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

    It’s interesting how people could get mad about free education. Be tankful you have developers like this guy here who go in detail for free tutorials like this. Btw cmd/control and a forward slash “/“ will comment out the line of code your cursor is situated in ;))

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

      Html css game project ruclips.net/video/-ZKwMlbyr48/видео.html

  • @Nick-ll2vj
    @Nick-ll2vj 2 года назад

    backdrop-filter - is disabled on firefox normally but it is still an often used browser.
    Do you know a good workaround?

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

    This has been a thing in CSS for so long

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

    Dou you have fix for Firefox? Event apple business not found a solution for this filter.

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

    Very funny 🤣 Thanks 👍

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

    Doesn't work in Android Edge and firefox even in desktop

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

    hey sir
    i have problem ....... when i make the ui of android app in adobe XD
    then i export the ui the all assets have no effects of glass why and how i will solve that problem
    it will not show the blur effects down ...... plzzz sir told me

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

    Amazing!

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

    wow, this is an art :)

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

    That picture in the intro was my wallpaper last year lmao

    • @MDMahir-xo7yw
      @MDMahir-xo7yw 3 года назад

      Well a beauty like you, must have a beautiful picture!..

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

    Very little of this if any on mobile. But damn it looks cool.

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

    if you guys are interested in html+css+js tricks and tips , i can really start a youtube channel . I do many experiments :)

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

    8:12 CSS Backdrop

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

    Just keep you studio clean like now

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

    welldone

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

    😂 I made the 2020ths like. Wish me good luck. That can't be good.

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

    css is so damn feature full

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

    Video Seems Uncompleted Is Again Rendering Problem Happened Or You Forgot To Add End Screen Video...?

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

      Html css game project ruclips.net/video/-ZKwMlbyr48/видео.html

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

    Okay & whats significant about this?

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

    But this is better than neumorphism