
I’ll go over the topics we’ll cover in the course. I’ll also touch on why the course will help students, and what they’ll get out of it once they’ve completed it.
Learn how to get the most of this course
Grab all course resources easily from here
Framer added a new design tab on their application which allows you to design directly from Framer. In this lecture we are going to cover some of the aspects of Framer design and we are going to also review the Framer interface
Learn in this lesson the benefits of using Framer Studio vs using free Framer JS
Check this lesson to know more about how the course stays always up to date and why you may see some differences in the videos
Some of the projects in the course might have different sizes than the ones that can be seen in the preview window. Check this lesson to see how to fix this.
What is Framer Live Editing exactly? And why you should also learn to do stuff by code
This new version of Framer comes with an amazing properties inspector that will let you edit your layers without even writing a line of code.
From the insert menu you will be able to quickly insert things to your prototype without even writing a piece of code. This is really useful and here we will do a sneak peak of the features. Later in next lessons we will see how we can take benefit of all the actions
When using live editing there are some key modifiers that will make the behavior change. Learn those keys in this lesson.
Framer accepts all kind of images but you should know how you should slice them in order to get the best performance possible.
Text can be manipulated in framer in different ways. This lesson shows you one of those that offers full control over your text.
Check this lesson to see how you can easily apply the same as for the iPhone but for your Android phone.
One of the most important things to do when you are done with your work is to show it to your clients or share it in your team.
This lessons shows you exactly how to achieve that.
Check this lecture before proceeding with the next one
Luckily for us, Framer has the option to import and work with Sketch and Photoshop files.
This lesson will teach you how to easily work with them.
Animating is one of the things you will be all time doing so you need to learn it well. Keep an eye on this lesson that shows how to do it properly.
When you need to use the same animations over and over again, there is a quick way to store those values so you can benefit of speed, readability and other benefits. Learn in this lesson how to achieve that.
Recently a new scrolling component was added to Framer making it really easy to make layers scrollable.
This lesson will teach you how to use this component in an easy way.
Showing and hiding the keyboard needs to be done manually in framer. Learn how to do so in this lesson.
Dragging is something that can be really complex. This lesson shows you how you can achieve draggable prototypes.
Learn how to use the draggable slider component new in the recent versions of Framer Studio
Learn the new Range Slider Component which allows you to easily create range sliders within Framer so you can add them in your prototypes.
Learn the new Range Slider Component by using it. In this lecture we are going to add some interaction to it so you can properly learn how to use it in your future prototypes.
This tip will teach you how you can easily use your imported layers in your prototypes with less typing
Custom events provide you a great way to stay under control of your modules. Learn in this lesson how to use them.
Recently Framer added the ability to transition between colors. This lesson will show you how you can do that and which are the different ways to do it.
The Color object comes with a lot of stuff for your prototypes. Learn in this lesson all the stuff that you can do.
In this lecture you are going to learn about the new Flow Component for Framer. What can you do with the FlowComponent and why is better than what we had before.
In this lecture you are going to learn about the new Flow Component for Framer. Now we are going to see how easy is to create overlays in your prototypes or wireframes.
In this lecture you are going to learn how to use the Flow Component for Framer Studio. Specially a feature that allows us to easily create sticky footers and headers without effort.
Sometimes can be quite confusing to know when to use parenthesis, when brackets and when curly brackets. This lesson will show you when to use each one.
Check the following example to learn how to use the i variable inside a for
With the new layer editing we can benefit of the loops and we can edit more than one layer at once. Check this lesson to learn how
This lesson will show you how to use the pinch gesture with your layers so you’ll be able to easily pinch them and react based on different event types
In this lesson you’ll see how you can use the panning gesture. The best of all is that we will do a discard example using the panning gesture
Swiping from screen edges is usually used for going back gestures but you can use that gesture for other advanced interactions. In this lesson you’ll see how easy it is to do so.
Double tap can be used for several things, like adding extra interactions or zooming pictures for example. Learn in this lesson how to do double tap interaction with Framer
The long press interaction can give you a lot of options to show what your app can do. Mastering it is the key to use it. This lesson will show you how to use long press in Framer
Learn in this section how you can use the latest Force Touch technology in your prototypes and see the endless possibilities it opens
This tiny little tip will show you how you can easily slow down your animations so they appear slower and you can improve them to work like you want them to work.
Learn how to use the web inspector to better understand your prototype and successfully better work with it.
This lesson will show you how to work with the console to see advanced properties of different objects of your prototype.
Learn how to see all the layers properties so you can know exactly whats happening under the hood.
Errors happens sometimes so its important to know what is happening and how to solve them.
The recently introduced feature of code highlighting offers a quick overview of your code and helps you visualize and match the layers with the code you are writing.
There is an easy way to get all the layers in your Framer project. Check here how to easily do that.
Learn what is a module, what's the benefit you can get from it and how you can use it.
In this lesson you will create a module from scratch that will be reusable across all of your projects
Learn in this lesson how to extend your modules to make them usable in all your prototypes.
Do you want to use any existing library? This lesson will teach you step by step how you can do it.
Thanks to the input module you can easily add inputs to your prototypes. Learn in this lesson how you can do it.
Google offers hundreds of fonts for free, and what’s better than being able to use them? This lesson will show you how you can use them in your prototypes.
Get here free modules that are already available to download and use in your projects and start improving your productivity
Working with SVG can be quite frustrating and hard, but luckily there is a Framer module that helps to do that work.
Microsoft has a toolkit for Framer prototypes which can be found in this lesson
Snippets will make your prototyping speed increase, find in this lesson a collection of snippets ready to land in your library.
This lessons covers how to approach a user error and how to show it. The animation that we'll use combines user typing with loading and showing the error. A very nice combination of effects.
Learn in this lesson how you can create a carousel of images with Framer
The page component was introduced recently and in this lesson we will cover how to use it and how to create a pagination in a very straight forward and easy way.
With Framer is also possible to add interaction to websites.
This lesson will show you step by step how you can do that.
This lesson will challenge you to create modular reusable sliders inside a scrolling page.
Let's start by creating our sliders with page indicators to know always where we are currently.
Combining sliders and scroll can be achieved, this lesson will show you how so you can continue with the challenge.
First step to make it modular is to create a class out of it. This lesson will show you how.
Now that we have our class created it's time to move it outside Framer and make it available to all our prototypes.
This test will challenge you to do a menu that will show and hide depending on the current scroll position. You'll learn how to react properly to different events and also a very common pattern used in the iOS world.
Learn the solution to the challenge, step by step so you can do it if you weren't able to do it alone.
This lesson will teach you about events in Framer.
Combine the power of colors plus the slider component to create a smiley that can be customized to your personal color choice
Did you manage to create it by yourself? Great! Otherwise check this lesson to learn how to do it.
A tab interface is something really common, specially on Android devices. Let's try to make one. Check the challenge and try to do it by yourself. If you don't manage to do it, check the next lecture for the solution.
This is the explanation of the previous challenge. Please first try to make it yourself, that's why it's a challenge. After that you can check the instructions :)
A tab interface is something really common, specially on Android devices. Let's get our previous challenge and let's add scrolling content. Check the challenge and try to do it by yourself. If you don't manage to do it, check the next lecture for the solution.
This is the explanation of the previous challenge. Please first try to make it yourself, that's why it's a challenge. After that you can check the instructions :)
Get to know what you can do with Framer and a virtual reality environment
You learnt about the environment, now let's see how you can add your custom images
Whenever you are working in a VR environment, you have to know how this environment behaves and how you can work with the elements inside. Learn how in this lesson.
Adding interaction in a VR environment is possible thanks to Framer. This lesson will show how you can do it.
Learn in this lecture how you can improve VR interactions easily.
The last course update March 21st 2019 go to the end of the course details to see all the updates!
Constant updates for free! Includes prototyping for Virtual Reality!
All course content is valid for the latest version of Framer
Join more than 2900 students and learn how to use Framer JS with your Sketch 3 or Photoshop designs to create innovative prototypes, design animation and add interaction to your mobile and web designs and prototypes.
This course teaches step by step how to get all the power of Framer JS and the power of the latest additions. You will prototype and add interaction to your designs thanks to the step by step lessons and the tips I am giving.
If you ever wanted to use Framer but didn't know how or where to start this course is for you as it covers from the basics to the advance step by step and with a progressive learning curve.
Forget about static prototypes as that does not represent your real thinking, Framer JS, and Framer Studio lets your creation flow and allows you to create quickly and easy designs for your mobile devices, iPhone, android or windows phone and for the web.
Learn how to work quickly with the app following my method and be ready to create designs fast and in a very easy way.
The course includes all you need to know to start designing. Even if you are a novice or an expert, you will be able to do this course.
This course is targeted for designers, UX, freelancers, developers or all kind of people that will like to design in an easy and up to date way.
Course updates:
Updated on 21st March 2019 updated two lessons to reflect latest changes
Updated on 3rd August 2018 some lessons updated to match the last Framer version
Updated on 6th April 2018 new lesson added
Updated on 8th January 2018 updated lessons to match latest Framer version
Updated on 16th October 2017 new lesson added
Updated on 13th September 2017 all course resources have been updated to work with latest Framer update
Updated on 7th September 2017 fix for some lessons not being displayed properly on latest Framer version
Updated on 17th July 2017 added two new lectures with the latest Framer changes
Updated on 16th June 2017 added new lectures using the new Framer Design interface
Updated on 7th June 2017 updated two lessons to reflect the latest changes of Framer
Updated on 15th May 2017 new Microsoft UI for Framer added
Updated on 5th April 2017 updated course exercise to reflect the changes from the latest Framer update
Updated on 7th March 2017 new lectures with the new RangeSliderComponent added
Updated on 27th February 2017 a lesson was updated to match the new Framer changes
Updated on 26th January 2017 now all course resources can be easily downloaded
Updated on 24th January 2017 added new examples in some of the lectures
Updated on 11th January 2017 updated links for course resources
Updated on 9th December 2016 new bonus lecture added
Updated on 1st December 2016 new lessons added for learning to use the FlowComponent