Skip to content

Instantly share code, notes, and snippets.

@lgmcolin
lgmcolin / gist:7838680
Last active December 30, 2015 13:59
写了个自定义transition,并且实现transition运行结束后触发callback. 效果: http://jsbin.com/ezAFaVIJ/1/edit
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<title>test</title>
<style>
body{
margin:20px;
}
.element{
@lgmcolin
lgmcolin / gist:7799011
Last active December 30, 2015 07:49
用translate3d实现input拉长 效果:http://jsbin.com/uqODOPi/1/edit
<style>
body {
margin: 100px;
}
.clipped {
position: relative;
width: 154px;
}