{"id":13396233,"url":"https://github.com/matthewrkula/SecretTextView","last_synced_at":"2025-03-13T22:31:57.563Z","repository":{"id":17470988,"uuid":"20245179","full_name":"matthewrkula/SecretTextView","owner":"matthewrkula","description":"A TextView that simulates the effect from the app Secret where the characters fade in/out at different speeds.","archived":false,"fork":false,"pushed_at":"2015-06-03T22:07:21.000Z","size":203,"stargazers_count":614,"open_issues_count":2,"forks_count":121,"subscribers_count":29,"default_branch":"master","last_synced_at":"2024-07-31T18:16:50.914Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matthewrkula.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-28T04:33:44.000Z","updated_at":"2024-06-27T13:03:09.000Z","dependencies_parsed_at":"2022-09-01T23:30:30.443Z","dependency_job_id":null,"html_url":"https://github.com/matthewrkula/SecretTextView","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewrkula%2FSecretTextView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewrkula%2FSecretTextView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewrkula%2FSecretTextView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewrkula%2FSecretTextView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matthewrkula","download_url":"https://codeload.github.com/matthewrkula/SecretTextView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221417357,"owners_count":16816868,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T18:00:42.788Z","updated_at":"2024-10-25T10:31:54.947Z","avatar_url":"https://github.com/matthewrkula.png","language":"Java","readme":"SecretTextView\n==============\n\n[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-SecretTextView-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/1316)\n\nA TextView that simulates the effect from the app Secret where the characters fade in/out at different speeds.\n\n\u003cimg src=\"https://i.imgflip.com/95m91.gif\"/\u003e\n\nHow To Use\n==============\nUse it just like a normal TextView for the most part.\n```xml\n    \u003ccom.mattkula.secrettextview.SecretTextView\n            android:id=\"@+id/textview\"\n            android:layout_width=\"wrap_content\"\n            android:layout_height=\"wrap_content\"\n            android:layout_centerInParent=\"true\"\n            android:text=\"This is a demo of Matt Kula's Secret TextView\"\n            android:textSize=\"30sp\"\n            android:textColor=\"@android:color/black\"\n            /\u003e\n```\n\nTo fade in or fade out the text:\n```java\nsecretTextView.show();    // fade in\nsecretTextView.hide();    // fade out\nsecretTextView.toggle();  // fade in or out depending on current state\n```\n\nTo change the duration of the fading (default is 2.5 seconds):\n```java\nsecretTextView.setDuration(3000);     // set fade duration to 3 seconds\n```\n\nTo set visibility without fading in or out:\n```java\nsecretTextView.setIsVisible(true);\nsecretTextView.setIsVisible(false);\n```\n","funding_links":[],"categories":["Index `(light-weight pages)`","Index","Libs"],"sub_categories":["\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewrkula%2FSecretTextView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatthewrkula%2FSecretTextView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewrkula%2FSecretTextView/lists"}