Home

Awesome

iOS Keyboard for Framer 3

Because sometimes we all need to simulate typing in our framer prototypes.

How to use with Framer Studio

Demo GIF

The GIF is a little faster than the actual default animation. Here's a more realistic demo, if you're interested.

Usage

Available commands

# At the top of your code
keyboard = require "iPhone6Keyboard"

# Somewhere below
keyboard.create()       # Creates the keyboard (hidden)

keyboard.show()         # Animates keyboard up
keyboard.show(true)     # Immediately shows keyboard
keyboard.hide()         # Animates keyboard down
keyboard.hide(true)     # Immediately hides keyboard

keyboard.keyPress("j")  # Simulate the pressing of j

Notes

Reach me (@MosesTing)[https://www.twitter.com/mosesting]. Cheers!