The project is mainly to achieve the following clock animation:
We present three implementations in this project. In the next section, we will briefly introduce these three implementations.
The following image shows how the above animation can be implemented by masking.
The result is as follow:In this implementations, we use path to simulate a mask, and result is as follow:
### 3、Calculation In this implementations, we draw the special clock scale lines by calculation, and result is as follow:Copyright 2016 GAStudio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.