blasten / turn.js

The page flip effect for HTML5
www.turnjs.com
Other
7.22k stars 2.48k forks source link

The angularjs version? #456

Open phuongnd08 opened 10 years ago

phuongnd08 commented 10 years ago

Any chance that you can make it without jQuery but instead the angularjs library?

rkoberg commented 10 years ago

Just use $timeout:

 $timeout(function() {
  $('#book').turn(...);
});