TextSurface icon indicating copy to clipboard operation
TextSurface copied to clipboard

A little animation framework which could help you to show message in a nice looking way

Results 9 TextSurface issues
Sort by recently updated
recently updated
newest added

java.lang.IllegalArgumentException: Invalid Region.Op - only INTERSECT and DIFFERENCE are allowed at android.graphics.Canvas.checkValidClipOp(Canvas.java:853) at android.graphics.Canvas.clipRect(Canvas.java:992) at su.levenetc.android.textsurface.animations.Slide.apply(Slide.java:157) at su.levenetc.android.textsurface.Text.onDraw(Text.java:112) at su.levenetc.android.textsurface.TextSurface.onDraw(TextSurface.java:88) at android.view.View.draw(View.java:22350) at android.view.View.updateDisplayListIfDirty(View.java:21226) at android.view.ViewGroup.recreateChildDisplayList(ViewGroup.java:4500) at android.view.ViewGroup.dispatchGetDisplayList(ViewGroup.java:4473) at android.view.View.updateDisplayListIfDirty(View.java:21186)...

- Converted to Kotlin - `ScaleValue` and `Position` converted into data classes - Getters and setters replaced with fields where possible - Static utility methods replaced extensions functions where possible...

I have a display of album, artist and track name. All fields are separate Text objects. When two fields have the same name (as in song that has the same...

Hi, have you tried SideCut.hide() with other Sides for example SideCut.hide(Side.RIGHT)? in my example: textSurface.play( new Sequential( ShapeReveal.create(textDaai, 750, SideCut.show(Side.RIGHT), false), ShapeReveal.create(textDaai, 600, SideCut.hide(Side.RIGHT), true))); only hide(Side.LEFT) works as expected....

![qq 20151019233212](https://cloud.githubusercontent.com/assets/6194550/10582260/8ee10618-76b9-11e5-9860-a78f7d914def.png)

i was trying to open the new activity as when the display or hole text is displayed and there was some problem and it is not running...so how can i...

#1838 03-20 17:15:20.929 30309 E AndroidRuntime FATAL EXCEPTION: main #1839 03-20 17:15:20.929 30309 E AndroidRuntime java.lang.UnsupportedOperationException #1840 03-20 17:15:20.929 30309 E AndroidRuntime at android.view.GLES20Canvas.clipPath(GLES20Canvas.java:446) #1841 03-20 17:15:20.929 30309 E AndroidRuntime...

Hi I want to do something like this: I have a text like: Hello And i wan't 'e' to vanish and push the text to the left so that it...