Skip to content

Instantly share code, notes, and snippets.

@tommeagher
Forked from thejefflarson/trigger-zoom.js
Created March 16, 2012 20:46
Show Gist options
  • Save tommeagher/2052576 to your computer and use it in GitHub Desktop.
Save tommeagher/2052576 to your computer and use it in GitHub Desktop.
Possible TimelineSetter function to fix card flipping
var currentTimeline = TimelineSetter.Timeline.boot(options);
currentTimeline.api.onLoad(function() {
currentTimline.timeline.$('.TS-zoom_in').click();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment