Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Ajian-studio/GAHonorClock

Imitate the honor phone's clock(仿华为荣耀时钟效果)
https://github.com/Ajian-studio/GAHonorClock

Last synced: 1 day ago
JSON representation

Imitate the honor phone's clock(仿华为荣耀时钟效果)

Lists

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.