Material Design: Expanding Circle – Talking HTML episode artwork

EPISODE · Feb 24, 2016 · 18 MIN

Material Design: Expanding Circle – Talking HTML

from podcast Archives ⋆ Schaffen Creative · host Talking HTML

A very basic tutorial on how to build a Material Design expanding circle as seen on Google products. Smashing Magazine Transition article Material Design Instructions https://design.google.com/ HTML <div class=”container_circle”> <div class=”circle circle1″> <!– <img src=”YOUR-URL-IMAGE.png”> –> <p>+</p> </div> <div class=”circle circle2″><p><a href=””>t</a></p></div> <div class=”circle circle3″><p><a href=””>f</a></p></div> <div class=”circle circle4″><p><a href=””>g+</a></p></div> </div> CSS .circle { width:60px; height:60px; box-shadow: 3px 3px 6px #333333; border-radius:50%; position: fixed; bottom: 10px; right: 10px; -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear; } .circle p { margin: 0; padding: 0; font-size: 40px; font-weight: bold; } .circle1 { background-color:#db4531; z-index: 4; } .circle2 { background: #00aced; z-index: 3; <!– background-image: url(YOUR-URL-IMAGE.png); –> background-size:cover; } .circle3 { background: #3b5998; z-index: 2; <!– background-image: url(YOUR-URL-IMAGE.png); –> background-size:cover; } .circle4 { background: #dd4b39; z-index: 1; <!– background-image: url(YOUR-URL-IMAGE.png); –> background-size:cover; } .container_circle:hover .circle2 { bottom:75px; } .container_circle:hover .circle3 { bottom:140px; } .container_circle:hover .circle4 { bottom:205px; }   The post Material Design: Expanding Circle – Talking HTML appeared first on Schaffen Creative.

Episode metadata supplied by the publisher feed · Published Feb 24, 2016

Embed this episode

NOW PLAYING

Material Design: Expanding Circle – Talking HTML

0:00 18:15

No transcript for this episode yet

We transcribe on demand. Request one and we'll notify you when it's ready — usually under 10 minutes.

No similar episodes found.

No similar podcasts found.

Frequently Asked Questions

How long is this episode of podcast Archives ⋆ Schaffen Creative?

This episode is 18 minutes long.

When was this podcast Archives ⋆ Schaffen Creative episode published?

This episode was published on February 24, 2016.

Can I download this podcast Archives ⋆ Schaffen Creative episode?

Yes. Use the download control on the episode player to save the publisher-provided media file.
URL copied to clipboard!