Adds tab href to url + opens tab based on hash on page load
A Pen by Richard Peirce on CodePen.
| <section class="timeline"> | |
| <h1>Responsive Timeline</h1> | |
| <ul> | |
| <li> | |
| <div class="content"> | |
| <h2> | |
| <time>2016</time> | |
| </h2> |
| <div id="wrapper"> | |
| <!-- Sidebar --> | |
| <nav class="navbar navbar-inverse navbar-fixed-top" id="sidebar-wrapper" role="navigation"> | |
| <ul class="nav sidebar-nav"> | |
| <li class="sidebar-brand"> | |
| <a href="#!home"> | |
| <!-- <object type="image/svg+xml" data="assets/img/materialize.svg"></object> --> | |
| <img src="http://materializecss.com/res/materialize.svg" alt="main-logo"> | |
| </a> | |
| </li> |
| <figure class="tabBlock"> | |
| <ul class="tabBlock-tabs"> | |
| <li class="tabBlock-tab is-active">Tab 1</li> | |
| <li class="tabBlock-tab">Tab 2</li> | |
| </ul> | |
| <div class="tabBlock-content"> | |
| <div class="tabBlock-pane"> | |
| <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Molestias molestiae atque quis blanditiis eaque maiores ducimus optio neque debitis quos dolorum odit unde quibusdam tenetur quaerat magni eius quod tempore.</p> | |
| </div> | |
| <div class="tabBlock-pane"> |
| <div id="root" class="container"> | |
| <tabs> | |
| <tab name="Services" :selected="true"> | |
| <h1>What we do</h1> | |
| </tab> | |
| <tab name="Pricing"> | |
| <h1>How much we do it for</h1> | |
| </tab> | |
| <tab name="About Us"> |
Adds tab href to url + opens tab based on hash on page load
A Pen by Richard Peirce on CodePen.
A Pen by Daniel Ferenc on CodePen.
A Pen by burntcustard on CodePen.
| <ul class="funky-move-list"> | |
| <li class="funky-item"> | |
| <a href="#" class="funky-link"> | |
| <span class="artist">Iron Maiden</span> | |
| <span class="title">Listen to: Aces High</span> | |
| </a> | |
| <a href="#" class="funky-link"> | |
| <span class="artist">Black Sabbath</span> | |
| <span class="title">Listen to: Sweet Leaf</span> | |
| </a> |
| <!-- | |
| Inspired by Jardson Almeida | |
| https://dribbble.com/shots/2518516-Nike-Promotion-Ads-Parallax-Effect | |
| --> | |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Nike Parallax Cards</title> |
This experiment only works on Safari or latest Chrome by enabling Experimental Web Platform through chrome://flags.
If you can't see the effect see this video https://www.facebook.com/ariona.net/videos/1158411530857223/
A Pen by Rian Ariona on CodePen.