# Animation to make spheres appears through time

**URL:** https://discourse.paraview.org/t/animation-to-make-spheres-appears-through-time/10501
**Category:** ParaView Support
**Created:** [October 13, 2022, 12:43pm UTC](https://discourse.paraview.org/t/animation-to-make-spheres-appears-through-time/10501 "2022-10-13T12:43:19Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![schupin](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/s/9e8a1a/32.png) [@schupin](https://discourse.paraview.org/u/schupin)
#### Post date: [October 13, 2022, 12:43pm UTC](https://discourse.paraview.org/t/animation-to-make-spheres-appears-through-time/10501/1 "2022-10-13T12:43:19Z")

</div>

Hi,

I’m working with csv files containing x,y and z location of particules. I’m vizualizing it with glyphes on paraview and it work well 🙂

 ![image](https://discourse.paraview.org/uploads/default/original/2X/8/8948f6e699c1064a91f4261436d8c7e9d86446f6.jpeg)

Each particule has a id corresponding to its age and I’ll like to make an animation in which particules appear through time.  
Regarding the picture above, i’ll like to start the animation with only the darker blue sphere (id=1) visible and has the time passes the higher id spheres appears.  
I did find out how I can link the animation panel with the colormap editor to adjust the colormap through the time.

My problem seems quite similar to this one : [Point cloud with dynamic opacity for each point depending on value and animated time](https://discourse.paraview.org/t/point-cloud-with-dynamic-opacity-for-each-point-depending-on-value-and-animated-time/8212) but I didn’t find the answer in this topic.

I’ve attached an example file if it can help.

Thanks by advance,

[TEST.csv](https://discourse.paraview.org/uploads/short-url/ebJJl5vulK0IBNZ5IYjURaLnZLD.csv) (3.8 KB)  
[Test\_particules.pvsm](https://discourse.paraview.org/uploads/short-url/eMRTyCuEWJb5zzhwRIAA0s0GlpZ.pvsm) (315.2 KB)

---

<div class="post-metadata">

### Author: ![Kenneth\_Moreland](https://discourse.paraview.org/user_avatar/discourse.paraview.org/kenneth_moreland/32/15033_2.png) [@Kenneth\_Moreland](https://discourse.paraview.org/u/Kenneth_Moreland)
#### Post date: [October 13, 2022, 3:52pm UTC](https://discourse.paraview.org/t/animation-to-make-spheres-appears-through-time/10501/2 "2022-10-13T15:52:00Z")

</div>

All you have to do is apply the `Threshold` filter on your glyphs and set the `Scalars` you are thresholding on to `id` (or whatever field you want to use to make the particles appear). Then, in the `Animation View` you can add a track for the threshold upper threshold to animate the appearance of the particles.

[test-particles-animation.pvsm](https://discourse.paraview.org/uploads/short-url/vaSIxndp7bWoQMgIjaQioHEcBTR.pvsm) (494.8 KB)

![animated-particles](https://discourse.paraview.org/uploads/default/original/2X/0/0bf4ffc52548ed5bd070c3578b1047f549f4fbb1.gif)

---

<div class="post-metadata">

### Author: ![schupin](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/s/9e8a1a/32.png) [@schupin](https://discourse.paraview.org/u/schupin)
#### Post date: [October 14, 2022, 7:17am UTC](https://discourse.paraview.org/t/animation-to-make-spheres-appears-through-time/10501/3 "2022-10-14T07:17:36Z")

</div>

Thanks a lot, it was way easier than what I tried !
