Tiffany B. Brown

a mish-mosh of stuff

Archive for September, 2011

Broken or Jumpy CSS Transitions? Use the same unit of length
I came across an issue recently while trying to transition from left: 30px to left: 50%. The transition appeared to work, but it wasn’t smooth and transition-like. It was jumpy. Worse yet, another item I applied a transition to in the same document worked perfectly. It’s starting left value? 0px. Confusing, right? Not really. Browsers [...] [Posted: 28 Sep 2011]
Toggle ‘blind’ effect with CSS3 transitions
Transitioning between an ‘open’ state and a ‘closed’ state when the height of your content is variable (making a transition of the height property inadequate). What makes the magic? Using height: auto, and transitioning the min-height and max-height properties instead. View the demo, or study / steal the code. This example makes use of CSS3 [...] [Posted: 26 Sep 2011]
Be a Hope Artist
[Posted: 24 Sep 2011]
Git link round up
Four links to get you up and running with Git. A web-focused Git workflow Using Git specifically for web development. How to install Git on a shared host Installing Git on your shared hosting plan so that you can use it for web-focused development. Git Is Simpler Than You Think An overview of the structure [...] [Posted: 9 Sep 2011]