I am a web developer. I have a task of creating a website with book turning effect. That is the entire website should be in the page turn effect using c#. Iam instructed not to use Flash. I gone through many jquery and javascript to turn the images in
such a way. Now i tried to implement the same with the aspx page. But it fails. How can i create a book flipping effect for the entire website with all the tabs like, About Us,Careers, Home, Products, Services etc., in page turning effect? Kindly help me out.
you will load these divs with $load() or use iframes. on a page flip, you first load the next div, after its loaded, you do the page transition. to move it to the currentDiv. you will need to use one of the javascript ajax history plugs to support history
navigation.
I am a web developer. I have a task of creating a website with book turning effect. That is the entire website should be in the page turn effect using c#. Iam instructed not to use Flash. I gone through many jquery and javascript to turn the images in
such a way. Now i tried to implement the same with the aspx page. But it fails. How can i create a book flipping effect for the entire website with all the tabs like, About Us,Careers, Home, Products, Services etc., in page turning effect? Kindly help me out.
Sarenya
0 Points
1 Post
Page flip effect for the entire website using C# without using flash.
Nov 09, 2011 09:57 AM|LINK
Hi,
I am a web developer. I have a task of creating a website with book turning effect. That is the entire website should be in the page turn effect using c#. Iam instructed not to use Flash. I gone through many jquery and javascript to turn the images in such a way. Now i tried to implement the same with the aspx page. But it fails. How can i create a book flipping effect for the entire website with all the tabs like, About Us,Careers, Home, Products, Services etc., in page turning effect? Kindly help me out.
JQuery
breath2k
Contributor
2101 Points
821 Posts
Re: Page flip effect for the entire website using C# without using flash.
Nov 09, 2011 10:02 AM|LINK
Is this what you mean:
http://www.jquery4u.com/animation/jquery-notebook-style-page-animation/
JQuery
Rajneesh Ver...
All-Star
37360 Points
6840 Posts
Re: Page flip effect for the entire website using C# without using flash.
Nov 09, 2011 10:14 AM|LINK
Are you confortable with Silverlight if yes the go with below sample:
http://www.rajneeshnoonia.com/blog/2010/04/silverlight-page-flip/
Also see some similar post:
http://forums.silverlight.net/t/114402.aspx/1
http://forums.silverlight.net/t/198490.aspx/1
http://forums.silverlight.net/t/166707.aspx/1
www.rajneeshverma.com
Keep Forums Clean || Use Alert Moderators.
bruce (sqlwo...
All-Star
36870 Points
5450 Posts
Re: Page flip effect for the entire website using C# without using flash.
Nov 09, 2011 04:59 PM|LINK
the page turning effect is all javascript. you need to turn your site into one page:
<div id="currentPage"></div>
<div id="nextPage"></div>
you will load these divs with $load() or use iframes. on a page flip, you first load the next div, after its loaded, you do the page transition. to move it to the currentDiv. you will need to use one of the javascript ajax history plugs to support history navigation.
postonoh
Member
498 Points
259 Posts
Re: Page flip effect for the entire website using C# without using flash.
Sep 12, 2012 08:58 PM|LINK
Do this work with the ipad
JQuery
postonoh
Member
498 Points
259 Posts
Re: Page flip effect for the entire website using C# without using flash.
Sep 12, 2012 11:33 PM|LINK
How well do this work with the ipad and orientation.