Jack3r
(Charles)
1
Unlike animators, I have been using Hype4 design data visualization. Here is one of them. The address cannot be made public for security reasons.
Hype4 is a very powerful tool that brings more possibilities to my work.
5 Likes
jonathan
(Jonathan Deutsch)
2
Very cool. Since the document is private, do you have any tips/tricks/wisdom you gained from it that might be good to share?
Jack3r
(Charles)
3
I am very happy to share some of my experience. One trick I often use is when the scene is loaded
window.Hype = window.Hype || hypeDocument;
This allows you to freely use Hype javascript API outside.
for example:
Hype.documentName();
Hype.documentId();
...
There is an other method
1 Like