Animation effects to text, not really textview
Animation effects with custom font support to TextView
see iOS Effects
see Flutter Effects
| type | gif |
| :-- | :-- |
| Scale | |
| Evaporate |
|
| Fall |
|
| Line |
|
| Typer |
|
| Rainbow |
|
| Fade |
|
def htextview_version = "0.1.6" // as 3.0 use implementation compile "com.hanks:htextview-base:$htextview_version" // base librarycompile "com.hanks:htextview-fade:$htextview_version" // optional compile "com.hanks:htextview-line:$htextview_version" // optional compile "com.hanks:htextview-rainbow:$htextview_version" // optional compile "com.hanks:htextview-typer:$htextview_version" // optional
compile "com.hanks:htextview-scale:$htextview_version" // optional compile "com.hanks:htextview-evaporate:$htextview_version" // optional compile "com.hanks:htextview-fall:$htextview_version" // optional
You may now use this library with React Native via the module here
This library is licensed under the Apache Software License, Version 2.0.
LICENSEfor full of the license text.
Copyright (C) 2015 [Hanks](https://github.com/hanks-zyh)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.