Children
Nice children clock
Description
Children clock with flying-style second hand.
Anatomy
Simple face with colored digits, simple hour and minute hands and flying second hand implemented with axisPoint outside of the image bounds.
XML Settings File
<?xml version="1.0" encoding="utf-8"?>
<TrueAnalogClock
face="children_face"
useSystemTime="true">
<hand
image="children_hand_hour"
axisFacePoint="905:905"
axisPoint="53:525"
shadow="true"
shadowBlurRadius="9"
shadowOffset="9:9"
type="Hour"/>
<hand
image="children_hand_minute"
axisFacePoint="905:905"
axisPoint="45:843"
shadow="true"
shadowBlurRadius="12"
shadowOffset="12:12"
type="Minute"/>
<hand
image="children_hand_second"
axisFacePoint="905:905"
axisPoint="105:850"
shadow="true"
shadowBlurRadius="25"
shadowOffset="25:25"
type="Second"/>
</TrueAnalogClock>
Manual code
No.