Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am tseven on github.
  • I am stevenkinley (https://keybase.io/stevenkinley) on keybase.
  • I have a public key ASBAp7-bbGiG7-Rv3y1gRwIBVv9lCs2vaJMA1lJ-Lny4LAo

To claim this, I am signing this object:

$(".portfolioMedium").mouseenter(function() {
var currWidth = ($(this).find(".thmlv-overlay").width());
$(this).find(".thmlv-overlay").stop().animate({
right: '+' + currWidth
}, 500, "easeInOutExpo");
}).mouseleave(function() {
$(this).find(".thmlv-overlay").stop().animate({
right: 0
}, 500, "easeInOutExpo");
});
@tseven
tseven / designer.html
Last active August 29, 2015 14:10
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../paper-tabs/paper-tabs.html">
<link rel="import" href="../paper-tabs/paper-tab.html">
<link rel="import" href="../paper-input/paper-input.html">
<?
print "blah" . $var;