Example:
// Drag and Drop your Sprite GameObject
// with the Teleportation component
// to your current script on the FX_Standard_Teleportation field
public _2dxFX_Teleportation_Editor FX_Teleportation;
void Update()
{
FX_Teleportation._Alpha = 1f;
}