Skip to content

Commit

Permalink
more inspiration
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Steinmann committed Oct 31, 2014
1 parent 4dd78e5 commit c430cc3
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,10 @@ Inspirasjon:
* http://tympanus.net/Development/HoverEffectIdeas/
* http://www.plasticbionic.com/#/works/days/
* http://digital-deadly-sins.theguardian.com/#/Grid
* http://purplerockscissors.com/
* http://purplerockscissors.com/

* https://www.google.com/design/spec/animation/authentic-motion.html#authentic-motion-mass-weight
* http://tympanus.net/Tutorials/ExpandingSearchBar/
* http://tympanus.net/Development/SidebarTransitions/
* http://tympanus.net/Tutorials/AnimatedBorderMenus/index5.html
* http://codepen.io/mblode/pen/evjfn
28 changes: 27 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
@@ -1 +1,27 @@
/* Din css her? */
/* Din css her? */

/*.btn:hover:before {
content: "";
display: inline-block;
border-radius: 50%;
border-left: 2px solid #ddd;
border-right: 2px solid #ddd;
width: 16px;
height: 16px;
margin-right: 1em;
-webkit-animation: spin 4s infinite linear;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
50% {
border-color: red;
}
100% {
-webkit-transform: rotate(360deg);
}
}*/

0 comments on commit c430cc3

Please sign in to comment.