Is it possible to have a blinking effect?

Hello, 

I was wondering if it is possible to have a blinking effect on a label view. I meant like a fade in/fade out functionality where I can track the speed of the blink. 

Thanks!

1 Reply

AS Anandraj Selvam Syncfusion Team April 6, 2020 11:05 AM UTC

Hi Paul Aragones,  
  
Thank you for contacting us.  
  
We have analyzed your query and we have prepared the sample based on your requirement “Blinking effects for Labels” using the below code snippet: 
  
Code Snippet 
 
effectsView.ApplyEffects(SfEffects.Ripple, RippleStartPosition.Default, null, true); 
 
  
Please find the sample from the below location.  
  
  
For more information you can refer the below UG link 
  
  
Regards,  
Anand Raj S. 


Loader.
Up arrow icon