Created
July 16, 2015 12:53
-
-
Save rahul-desai3/d29c8381e5fe13ef2602 to your computer and use it in GitHub Desktop.
Need to make the ripples go all the way
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<paper-ripple> | |
<paper-tabs selected="x" id='paper-tabs-container' ng-mouseleave='removeHoverStage()' noink> | |
<paper-tab link ng-mouseover="activateHoverStage(0)"> | |
<a href="#" class="vertical center-center layout" ng-click="scrollToElement('whatIsCordBloodBanking', 0)">What is Cord Blood?</a> | |
</paper-tab> | |
<paper-tab link ng-mouseover="activateHoverStage(1)"> | |
<a href="#" class="vertical center-center layout" ng-click="scrollToElement('howDoesCordBloodBankingWork', 1)">How Cord Blood Banking Works</a> | |
</paper-tab> | |
<paper-tab link ng-mouseover="activateHoverStage(2)"> | |
<a href="#" class="vertical center-center layout" ng-click="scrollToElement('howToDonateCordBlood', 2)">Donate</a> | |
</paper-tab> | |
<paper-tab link ng-mouseover="activateHoverStage(3)"> | |
<a href="#" class="vertical center-center layout" ng-click="scrollToElement('ourMission', 3)">Our Mission</a> | |
</paper-tab> | |
</paper-tabs> | |
</paper-ripple> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment