Skip to content

Instantly share code, notes, and snippets.

View jaukia's full-sized avatar

Janne Aukia jaukia

  • Robocorp
  • Helsinki, Finland
View GitHub Profile
var arDrone = require('ar-drone');
var client = arDrone.createClient();
client.takeoff();
client
.after(5000, function() {
this.clockwise(0.5);
})
.after(3000, function() {
// example of use $(elem).animate( {top: 100}, $.softeasing(.25,.1,.25,1) );
/*
* jquery.softeasing.js:
* http://janne.aukia.com/softeasing
*
* Version history:
* 0.01 xxx
*
* LICENCE INFORMATION: