André Malkine

Results 2 issues of André Malkine

I wanted to set up a handlebars template filter, which I did like so: html: ``` @@include(handlebars('./_tmpl.hbs')) ``` gulpfile: ``` gulp.task('html', function() { return gulp.src( project.html ) .pipe(fileinclude({ prefix: '@@',...

help wanted

This would allow the animator to do things such as take measurements at the point in time when an animation actually takes place. Example: ``` element1.animate({ translate: function() { return...

enhancement