tangram-es icon indicating copy to clipboard operation
tangram-es copied to clipboard

Custom POIs styling

Open sheikh-iffi opened this issue 1 year ago • 1 comments

Can we do something like this:

pin-dribbble-800_600

Or any other animation with pois icon? Originaly I wanted to increase and decrease the size of the POIs like heartbeat.

sheikh-iffi avatar May 09 '23 08:05 sheikh-iffi

@matteblair tangram-es doesn't support point animation? I tried a simple animation where point should move upward. This works on Tangram JS but doesn't work on Tangram ES.

animatedPOIs:

    base: points
    texture: pois
    animated: true
    shaders:
        blocks:
            position: |
                    position.y += 1;

sheikh-iffi avatar May 23 '23 05:05 sheikh-iffi