Skip to content

Instantly share code, notes, and snippets.

@valhead
valhead / CFPAdvice
Created June 7, 2015 19:01
Helpful tips for those submitting talks from conf. orgianzers who review a lot of talks
Yeah, that's a long silly title. I know.
If you have any longer-than tweet thoughts or advice we can share with folks, please add it here. We'll be doing a public online info session later this month. Would be so awesome to have input beyond our own experiences to share. Thanks ! :)
https://www.floatschedule.com/
http://www.usepeak.com/
http://heymosaic.com/
http://www.invisionapp.com/
https://www.simple.com/
https://www.farmstandapp.com/
http://shoot.sh/
@valhead
valhead / dabblet.css
Created October 2, 2012 19:49
Transition fun!
/* Transition fun! */
div {
width:100px;
height:40px;
top:50px;
left:50px;
background:purple;
position: absolute;
transition-property:all;
@valhead
valhead / dabblet.css
Created October 2, 2012 04:32
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
div {
width:100px;
height:40px;
background:purple;
position:absolute;
top:10px;
@valhead
valhead / dabblet.css
Created May 16, 2012 14:38
Basic transition
/**
* Basic transition
*/
body {
background:#333;
}
div {
width:200px;
@valhead
valhead / dabblet.css
Created April 22, 2012 23:21
Basic animation
/**
* Basic animation
*/
body {
background:#333;
padding: 6em;
}
div {
width:100px;
height:100px;
@valhead
valhead / dabblet.css
Created April 22, 2012 23:16
Basic animation
/**
* Basic animation
*/
body {
background:#333;
}
.anim {
animation-name: rotate;
animation-duration:4s;
@valhead
valhead / dabblet.css
Created April 22, 2012 18:19
Basic transition
/**
* Basic transition
*/
body {
background:#333;
}
div {
width:200px;
@valhead
valhead / dabblet.css
Created April 22, 2012 18:11
Basic transition
/**
* Basic transition
*/
body {
background:#333;
}
div {
width:200px;
@valhead
valhead / dabblet.css
Created April 22, 2012 18:08
Basic transform
/**
* Basic transform
*/
body {
background:#333;
}
div {
width:200px;