This is a message.

Forum user: mjatharvest

Basic information

Registered May 17, 2010
Last login Dec 20, 2010
Forum posts 2
Direct URL http://www.flowplayer.org/forum/users/29978

Latest forum posts

Posts:

Registered:

need help writing an autoscroll conditional ( if paused then play, else do nothign)

Posted: Dec 20, 2010

I have a modal dialog that overlays over an autoscroll

I would like to add some code to the function that fires just before the modal opens that basically says: "if the autoscroll is running, pause it, if not, do nothing"

I could see how to start and stop the autoscroll with the api, but wasn't sure how to test for it's current play/pause state

could someone give me a hand with this?

Posts:

Registered:

fade and opacity conflict

Posted: May 17, 2010

wanted to say I'm experiencing the same thing, when setting an opacity and using the fade effect, the tooltip always fades in to 100%


$('#pg-thumbs a').tooltip(
{
	opacity: 0.7,
	effect: 'fade',
	position: 'bottom center',
	predelay: 1000,
}
);