Particle system ignoring "Alpha over life" for some reason. Should be simple right?

Particle system ignoring “Alpha over life” for some reason. Should be simple right?

The horizontal value of the alpha over life curve needs to be 0-1.
So if the lifetime of the particle is 5 seconds, 0 = birth, and 1= death (that occurs after 5 seconds)
besides that, you are emitting over 600 of those particles on the same location, so by the time one is faded out, another 599 are fading in or fading out as well. which is why you might not see the result you want.

thanks!!!

Your node setup made me realize I had forgotten to connect the alpha channel from my particle in my material output. No wonder my alpha curve was being completely ignored…