Hi,
would it be possible to modify this so it can WAIT until CSS3 transition ends and then load content through Ajax? Also, in opposite direction – load content through Ajax and then animate it with CSS3 when ready?
I have a little special project – customer wants theirs web to have it look like more as a Keynote presentation then classic web.
Animations are no problem, also, I know I can use transitionEnd in JQuery, but HOW to implement it with Pajax?
Another „little“ issue – home page should have links in content (not problem at all with CSS) BUT these links should not directly read the content, just redirect to another subpage (if it exists) and then use subpages in other section as links to content. Moreover, content is loaded directly into link placeholder. Would this be possible?
Like:
Homepage:
[object menu]->content->load with Pajax to Object menu item
|–>subpage–>load subpage navigation->[object menu item]->content->load with Pajax to object menu item
Again, basically, if there are subpages in Menu object, load subpages (another objects), if there is direct content on the page, load content through Ajax to menu item placeholder object.
Demo of CSS transitions with „menu items“ here:
http://reklamnyservis.sk/gryfnove
If you click on „Bigboard“ object just gets bigger and should load it's own page content, other circles should read another navigation if they do not contain any content but subpages.
Hope I'm clear enough…
would it be possible to modify this so it can WAIT until CSS3 transition ends and then load content through Ajax? Also, in opposite direction – load content through Ajax and then animate it with CSS3 when ready?
I have a little special project – customer wants theirs web to have it look like more as a Keynote presentation then classic web.
Animations are no problem, also, I know I can use transitionEnd in JQuery, but HOW to implement it with Pajax?
Another „little“ issue – home page should have links in content (not problem at all with CSS) BUT these links should not directly read the content, just redirect to another subpage (if it exists) and then use subpages in other section as links to content. Moreover, content is loaded directly into link placeholder. Would this be possible?
Like:
Homepage:
[object menu]->content->load with Pajax to Object menu item
|–>subpage–>load subpage navigation->[object menu item]->content->load with Pajax to object menu item
Again, basically, if there are subpages in Menu object, load subpages (another objects), if there is direct content on the page, load content through Ajax to menu item placeholder object.
Demo of CSS transitions with „menu items“ here:
http://reklamnyservis.sk/gryfnove
If you click on „Bigboard“ object just gets bigger and should load it's own page content, other circles should read another navigation if they do not contain any content but subpages.
Hope I'm clear enough…