Home

Awesome

GAHonorClock

The project is mainly to achieve the following clock animation:

<div align=center> <img src="https://github.com/Ajian-studio/GAHonorClock/blob/master/raw/origin_honor_clock.gif" width="25%"> </div>

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.

<div align=center> <img src="https://github.com/Ajian-studio/GAHonorClock/blob/master/raw/how_to_use_mask_img.png" width="50%"> </div> The result is as follow: <div align=center> <img src="https://github.com/Ajian-studio/GAHonorClock/blob/master/raw/honor_clock_by_image.gif" width="35%"> </div>

2、Path mask

In this implementations, we use path to simulate a mask, and result is as follow:

<div align=center> <img src="https://github.com/Ajian-studio/GAHonorClock/blob/master/raw/honor_clock_by_path.gif" width="35%"> </div> ### 3、Calculation In this implementations, we draw the special clock scale lines by calculation, and result is as follow: <div align=center> <img src="https://github.com/Ajian-studio/GAHonorClock/blob/master/raw/honor_clock_by_caculation.gif" width="35%"> </div>

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.