-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How are the demos made? #16
Comments
Hi Gaurav Sure, you could pull it out into a standard library for visualising similar All I used to build it is jQuery and SVG. Jim On Wed, Mar 2, 2016 at 5:11 PM, Gaurav Ramanan [email protected]
|
@jimhigson Wow. THanks. But I need some guidance. Can you write a short intro into how to get familiar with the codebase? What file does what? |
The code for the animations is all in: Should read ok for the most part. The model-related stuff is in the model On Mon, Mar 7, 2016 at 11:28 AM, Gaurav Ramanan [email protected]
|
Hello! Oboe.js is really fantastic and equally fantastic are the demo animations!
How are these animations made? By inspecting source I saw that the diagrams themselves are SVG. Is there any animation framework being used? Is one created especially for this.
Having seen https://github.com/jimhigson/oboe.js-website/tree/master/statics/js/demo The animation framework looks pretty general purpose!
Any chance maybe we could pull it out and make it standalone! Just a passing thought but would love to get some insight at least!
The text was updated successfully, but these errors were encountered: