Results 1 to 4 of 4
- 01-31-2013, 03:26 PM #1
Member
- Join Date
- Jan 2013
- Posts
- 2
- Rep Power
- 0
Javascript Front Page Slider- Fade Effect
We have a slider on our front page and I'm not happy with the transition. Right now it 'flicks' to the next slide. I would like a smoother fade in and out transition.
I've searched high and low and the two sites I 'think' I got the furthest on are:
JavaScript Fade Tutorial – Fading Elements In/Out | Web Development Blog
jQuery Effects - Fading
But they would fade in and out the whole page(no clue how I did that). The code that I am working on is:
Java Code:<script type="text/javascript"> $(document).ready(function(){ $(".cmsfcs_{vb:raw id}").tabs({fx:{opacity: "toggle", duration:1}}).tabs("rotate", 10000, true); $(".cmsfcs_{vb:raw id}").hover( function() { $(".cmsfcs_{vb:raw id}").tabs("rotate",0,true); }, function() { $(".cmsfcs_{vb:raw id}").tabs("rotate",10000,true); } ); }); </script>
UPDATE: changing duration from 1 to "fast" makes a fade in, but doesnt fade out so there is a flicker of white. You also get a flicker of the left menus.Last edited by SRobins19777; 01-31-2013 at 03:42 PM.
- 01-31-2013, 03:27 PM #2
Re: Java Front Page Slider- Fade Effect
Java != javascript. Moving this from the New to Java forum.
How to Ask Questions the Smart Way
Static Void Games - GameDev tutorials, free Java and JavaScript hosting!
Static Void Games forum - Come say hello!
- 01-31-2013, 03:38 PM #3
Member
- Join Date
- Jan 2013
- Posts
- 2
- Rep Power
- 0
- 01-31-2013, 03:43 PM #4
Re: Java Front Page Slider- Fade Effect
How to Ask Questions the Smart Way
Static Void Games - GameDev tutorials, free Java and JavaScript hosting!
Static Void Games forum - Come say hello!
Similar Threads
-
Add Fade In/Fade Out to multiple image swap script
By mhunterjones in forum New To JavaReplies: 1Last Post: 07-15-2012, 03:18 AM -
How to Export web page(jsp page) to excel using jsp or servlets or javascript
By techsing14 in forum JavaServer Pages (JSP) and JSTLReplies: 3Last Post: 05-25-2011, 11:08 AM -
Fade in/Fade out Class for any object
By eLancaster in forum New To JavaReplies: 3Last Post: 04-13-2011, 03:19 PM -
Wanted: Front end designer with advanced javascript knowledge
By belindamcgee in forum Jobs OfferedReplies: 0Last Post: 05-04-2010, 11:11 AM -
Front-end Java Developer needed - JSP, Struts, JavaScript, HTML, Oxford - UK
By Mickey Purewal in forum Jobs OfferedReplies: 0Last Post: 08-13-2008, 11:38 AM
Bookmarks