Paul Torka

Results 35 comments of Paul Torka

But there must be a possible to override the defaults. So the basic Page-Class must do something like this: ``` init: function () { //... if (typeof config.getPageInTransition() === "function")...

But this way you have to look into the documentation and the Class is not telling you anything about the possibilities it provides - BLACK MAGIC.

There is no need for pageBackIn and pageBackOut. It is the same as pageIn and pageBackIn

I think that's not common. Check it out with your phone.

Let's do this in parallel or demand, cause I think it will take some time to implement it for all classes. Or do you just want to have a list...

@jhnns you're right. It is not possible the other way round. Let's see if the implemented behavior leads to some quirks -> Step 3

> DOM-abstraction framework Stop calling jQuery like that ^^. I beg you, not another new fancy word! There are enough out there and I usually don't get what they mean....

It's just a JavaScript Library ^^ Framework is too much. Let's stop it here with my last words :) This is a meta-discussion! OK let's discuss this tomorrow sync. I...

Just saw that there is a new release of page.js out. Don't know if this will help us, but there is an example with transitions: https://github.com/visionmedia/page.js/tree/master/examples/transitions.