# MorphText(安卓 文字动画 文字转场) **Repository Path**: AugustineRFelix/morph-text ## Basic Information - **Project Name**: MorphText(安卓 文字动画 文字转场) - **Description**: 安卓版文字过场控件,仿Github安卓htextview; 系统要求:Java8; 目前实现效果:Scale,Evaporate; - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-19 - **Last Updated**: 2022-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: Java, Android ## README # MorphText #### 介绍 安卓版文字过场控件,仿Github安卓htextview 系统要求:Java8 目前实现效果:Scale,Evaporate 用法: ``` mMorphTextview = this.findViewById( R.id.mtv_test ); mMorphTextview.MEffect = MorphTextview.MorphEffect.Scale; mMorphTextview.morph( "'What can I do with it?'" ); mMorphTextview.morph( "Design" ); mMorphTextview.morph( "Design is not just" ); ```