Jayce Pulsipher

Results 3 issues of Jayce Pulsipher

I noticed glitching when using this to help provide a fallback to CSS3 animations: var easeout = bezier(0, 0, 0.58, 1, 0.0005); easeout(0.8955499999996391); // 0.9814755484179624 correct value easeout(0.8963999999999942); // 1.7324613225790264...

A model with two required attributes throws an error if both aren't being set every time. The latest commit (https://github.com/n-time/backbone.validations/commit/96a9c3b01d73ab2869b47679b60348b507ba04ac) broke this. example: var x = Backbone.Model.extend({ validate: { firstName:...

## Goal Current interface is wrong and misleading ## Design ## Changeset ## Testing