# GAHonorClock **Repository Path**: aceyun/GAHonorClock ## Basic Information - **Project Name**: GAHonorClock - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-16 - **Last Updated**: 2025-01-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GAHonorClock 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. ### 1、Image mask The following image shows how the above animation can be implemented by masking.
The result is as follow:
### 2、Path mask 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:
## License 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.