Hi there!
I would like to be able to configure and animate skew on elements.
I don’t see this in the GUI so I assume it isn’t supported. Is there any other way I can manually specify this? Maybe as a CSS statement for each keyframe?
(Hype v4 contains an inspector item to skew elements and animate the skew property. You’re welcome to apply for the beta and let me know if you have done so and I can send you an invite!)
Otherwise this can be done in v3 with some steps and code.
Check “Position with CSS left/top” in the Document Inspector
Uncheck “Use WebKit graphics acceleration” in the Document Inspector
Select your element and assign it an ID (I’m calling mine “mybox”)
Click “Edit Head HTML” in the Document Inspector and add code like:
That’s great. I’ve just submitted the beta application.
On another note - is there a way to set a keyframe to go to a specific time or frame on a video? I can see that there are keyframes available in the time line but can’t see what to do with them.