My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 1775: Blink an event
1 person starred this issue and may be notified of changes. Back to list
Status:  Invalid
Owner:  ----
Closed:  Aug 2013


Sign in to add a comment
 
Reported by chammam....@gmail.com, Apr 8, 2013
I want to blink the event in the calendar I have change color.

var rdv=$('#calendar').fullCalendar( 'clientEvents');
	for (i=0; i<=rdv.length-1; i++) {
	
		if(rdv[i].id==id){
		rdv[i].backgroundColor='red';
		rdv[i].borderColor='red';
	
		$('#calendar').fullCalendar('renderEvent', id );
setInterval(function(){
      $(rdv[i]).fadeOut(900).delay(300).fadeIn(800);
       },2200);
   }

but there is no animation!! what should I do?
Aug 24, 2013
Project Member #2 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Invalid
Sign in to add a comment

Powered by Google Project Hosting