{"id":18982638,"url":"https://github.com/mukyasa/mmtextfieldeffects","last_synced_at":"2025-04-05T11:12:27.985Z","repository":{"id":35362164,"uuid":"39624972","full_name":"mukyasa/MMTextFieldEffects","owner":"mukyasa","description":"Extension of TextFieldEffects with Custom UITextFields effects inspired by Codrops, built using Objective-C","archived":false,"fork":false,"pushed_at":"2018-08-28T14:27:59.000Z","size":293,"stargazers_count":624,"open_issues_count":2,"forks_count":78,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-03-29T10:11:06.513Z","etag":null,"topics":["animation","cocoacontrols","ios","kuro","minoru","nao","objective-c","textfield","uitextfield"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mukyasa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-24T10:01:02.000Z","updated_at":"2025-03-11T10:40:47.000Z","dependencies_parsed_at":"2022-09-20T23:01:03.608Z","dependency_job_id":null,"html_url":"https://github.com/mukyasa/MMTextFieldEffects","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/mukyasa%2FMMTextFieldEffects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukyasa%2FMMTextFieldEffects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukyasa%2FMMTextFieldEffects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukyasa%2FMMTextFieldEffects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mukyasa","download_url":"https://codeload.github.com/mukyasa/MMTextFieldEffects/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247325693,"owners_count":20920714,"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":["animation","cocoacontrols","ios","kuro","minoru","nao","objective-c","textfield","uitextfield"],"created_at":"2024-11-08T16:14:15.270Z","updated_at":"2025-04-05T11:12:27.951Z","avatar_url":"https://github.com/mukyasa.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MMTextFieldEffects\n\n\n##### Inspired From this Website [Here](http://tympanus.net/Development/TextInputEffects/) and the Project made by  **raulriera** [Here](https://github.com/raulriera/TextFieldEffects).\n\n##Video Preview [Here](https://www.youtube.com/watch?v=k1Tn2nmoYxc)\n\n##### So felt like doing some of remaining animated textfields,Tried to simulate the way it is in website \n\nCurrently it features the following effects from the article:\n- [x] Ichiro\n- [x] Juro\n- [x] Kuro\n- [x] Minoru\n- [x] Nariko\n- [x] Yoshika\n- [x] Nao\n\n\n####Credits\n* PulsingHalo (https://github.com/shu223/PulsingHalo) for Minoru Effect\n\n####Improvement\n* Nao is still in testing phase,trying to crack the animation, Feel Free to crack and share the code\n\n\n\n####Screenshots\n\n##Ichiro\n![MMTextFieldEffects](https://github.com/mukyasa/MMTextFieldEffects/blob/master/MMTextFieldEffects/textfields_images/ichiro.gif)\u003cbr /\u003e\n\n##Juro\n![MMTextFieldEffects](https://github.com/mukyasa/MMTextFieldEffects/blob/master/MMTextFieldEffects/textfields_images/juro.gif)\u003cbr /\u003e\n\n##Kuro\n![MMTextFieldEffects](https://github.com/mukyasa/MMTextFieldEffects/blob/master/MMTextFieldEffects/textfields_images/kuro.gif)\u003cbr /\u003e\n\n##Minoru\n![MMTextFieldEffects](https://github.com/mukyasa/MMTextFieldEffects/blob/master/MMTextFieldEffects/textfields_images/Minoru.gif)\u003cbr /\u003e\n\n##Nariko\n![MMTextFieldEffects](https://github.com/mukyasa/MMTextFieldEffects/blob/master/MMTextFieldEffects/textfields_images/Nariko.gif)\u003cbr /\u003e\n\n##Yoshiko\n![MMTextFieldEffects](https://github.com/mukyasa/MMTextFieldEffects/blob/master/MMTextFieldEffects/textfields_images/Yoshiko.gif)\u003cbr /\u003e\n\n##Nao\n![MMTextFieldEffects](https://github.com/mukyasa/MMTextFieldEffects/blob/master/MMTextFieldEffects/textfields_images/Nao.gif)\u003cbr /\u003e\n\n\n#### How to Use\nJust subclass your TextField to respective class.\n\n![MMTextFieldEffects](https://github.com/mukyasa/MMTextFieldEffects/blob/master/MMTextFieldEffects/textfields_images/Screen Shot 2015-07-24 at 3.38.41 pm.png)\n\n####Note\n* Default TextField Height Used Here is ```80```\nFeel Free To Customise and Play with Properties According to your Requirements, Following are properties used for specific purpose\n* ```borderTextField``` For Outer Frame Used in **Ichiro** , **Juro** , **Minoru** , **Nariko** and **Yoshiko**\n* ```contentTextfield``` For Inner Frame Used in **Ichiro** and **Nariko**\n* ```leftLayer``` For Outer Layer Used In **Kuro** and **Nao**\n* ```rightLayer``` For Outer Layer Used In **Kuro**\n* ```placeHolderLabel``` Place Holder Text Used in **All**\n* ```textRectForBounds``` Method to move the cursor of textfield\n\n## How to use them\n\nCheck out the demo project to see the configuration options for each effect.\n\n**My Other Repositories**\n\n**MMPaper:**\u003cbr /\u003e\nhttps://github.com/mukyasa/MMPaper\u003cbr /\u003e\n\n**MMCamScanner:**\u003cbr /\u003e\nhttps://github.com/mukyasa/MMCamScanner\u003cbr /\u003e\n\n**MMGooglePlayNewsStand:**\u003cbr /\u003e\nhttps://github.com/mukyasa/MMGooglePlayNewsStand\n\n**MMPaperPanFlip:**\u003cbr /\u003e \nhttps://github.com/mukyasa/MMPaperPanFlip\u003cbr /\u003e\n\n**MMTransitionEffect:**\u003cbr /\u003e\nhttps://github.com/mukyasa/MMTransitionEffect\u003cbr /\u003e\n\nContact Me\n==========\nMukesh Mandora\n\nContact: mandoramuku07@gmail.com\n\nTwitter: http://twitter.com/mandymuku\n\nLinkedIn: https://in.linkedin.com/in/mukeshmandora\n\n## License\nMMTextFieldEffects is available under the Apache license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmukyasa%2Fmmtextfieldeffects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmukyasa%2Fmmtextfieldeffects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmukyasa%2Fmmtextfieldeffects/lists"}