Posted by beckyjohnson on March 19, 2009 at 3:10am
Jump to:
| Project: | Quotes |
| Version: | 6.x-1.30 |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Can I use jquery to target a quote css class to make it fade in and out and transition to the next quote?
I am trying to make quote fade in and out rather than just change on refresh. I tried using innerfade js and it didn't work. I targeted the css like this :
if($('body.front').length > 0){
$('.block-quotes').innerfade({
animationtype: 'fade',
speed: 2000,
timeout: 10000,
type: 'random',
containerheight: 'auto'
});}This should add the innerfade class to anything inside .block-quotes but it didn't work so, I'm just wondering, is this possible?
Thanks,
Becky
Comments
#1
I really don't know jQuery at all, so I can't answer. I don't know why you couldn't though. It would be cool if you can figure it out.
#2
Cool. I'll work on it. Sorry, I kinda put this project off for awhile. I'll see what I can do though.
Becky
#3
I look forward to a patch.
#4
No further update. Reopen this issue when you have something. Please make sure it is optional and degrades smoothly.