Joined May 2011
·

Ryland Herrick

DeLorean Time Travel Consultant at Lumosity
·
San Francisco, CA
·
·
·

Posted to CSS3 Width Transitions over 1 year ago

@drumsticks, glad to hear that works for you! I'd love to see a protip with some examples so we could try it out!

Posted to Turnip Rake Task over 1 year ago

@jmuheim, you can add dependencies to a task by 'redefining' that task with new dependencies:

task :spec => 'spec:turnip'
Posted to Turnip Helper over 1 year ago

I like the run-when-loses-focus heuristic! I wasn't aware of that.

There's certainly nothing wrong with using Guard. I tend to save habitually, so in my experience I'm usually waiting for a previous Guard run to finish before the run I want to happen occurs.

I prefer to simply run the test when both the code and I are ready, but to each his own.

Posted to CSS3 Width Transitions over 1 year ago

A coworker did some compatibility testing and found that IE6 was an issue, and IE7 didn't animate the transition. I was testing with FF 16.0.1 and didn't have any issues, but it's quite possible that older versions might. When I get some time I'll do some tinkering. Thanks!

Achievements
446 Karma
39,677 Total ProTip Views