Thread: SSBRenderer
View Single Post
Old 13th February 2014, 12:39   #14  |  Link
Youka
Registered User
 
Youka's Avatar
 
Join Date: Mar 2011
Location: Germany
Posts: 64
\fade was a rarely used tag in ASS and required mostly more values than needed. In SSB, an animation of alpha with a math formula for progress control can be used for effects like blinking.
Code:
{animate=0.5*(sin(_pi*t*20)+1),(alpha=00;line-alpha=00)}...
Youka is offline   Reply With Quote