impress / impress.js

It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com.
http://impress.js.org
MIT License
37.65k stars 6.66k forks source link

Strategies for an cube map (skymap) #145

Closed oravecz closed 9 years ago

oravecz commented 12 years ago

I would like to "wrap" my #impress in a large cube to simulate a sky map. Is there any way to include an object in the #impress block that is not part of slide transitions? Kinda like a fixed global object, but one which will respond to transforms?

bartaz commented 12 years ago

I'm not sure if I understand your question.

You would like to create an element and define data-x, data-rotate, etc. on it (so it gets positioned by impress.js) but not treat it as a step that is accessible during presentation? That is not possible at the moment (at least not in very straightforward way) - it can be probably hacked a bit by using impress.js JavaScript API, but I'm not sure if it would be worth it :)

If that's not what you mean, please explain (or give some example).

faultyserver commented 12 years ago

I think I understand what you want.

Are you talking about something like a mini-map up in the corner? Something that still slides, spins and rotates, but inside of a box that stays in the corner.

So, it would still show all the transformations, but wouldn't move around on the screen, right?

oravecz commented 12 years ago

Yes. A static object that is not part of the slide flow, but is part of the 3D world.

bartaz commented 9 years ago

Duplicate of #8