i started recently coding my first Watchface, but not i can't get it to animate an TextLayer.
There is a tutorial for animating layers here but i don't know how to modify this to animate TextLayers.
I tried it, but then the layer is animated and the text is gone:
s_box_animation = property_animation_create_layer_frame(text_layer_get_layer(timeLayer), &start, &finish);
Thanks for your help
Here's a complete example app that shows a text layer animation: