-
Notifications
You must be signed in to change notification settings - Fork 10
Change Log
Steve Ruiz edited this page Jan 9, 2018
·
9 revisions
- Added a new property for controlling which layers appear in Gotcha. You now have two options for controlling which layers appear:
- include the line
gotcha.visibleOnly = true
to your project, just below{gotcha} = require 'gotcha'
. Gotcha will now ignore all layers that havevisible: false
oropacity: 0
, and their children. - to ignore a layer of your choosing, give it the new property
ignoreGotcha: true
.
- Performance improvement: knocked down the update interval and managed to save four getClientRects() calls per interval. Should work better in the browser now.
- Included
fullscreen
as an option in the Device dropdown menu. Selecting this device is the same as choosing "Canvas" from Framer's Preview window.
- Live updating is live! Gotcha now updates thirty times a second, so your draggable content won't break the layout. Values also update live.
- Pause your prototype's animations using the . key. It doesn't completely stop time, but close enough. You can use the slider to make fine adjustments to the speed as needed.
- Tweaked how families of properties are displayed. Transforms, Effects, Animations, and Event Listeners won't hide, but rather show that an over-ride exists by white text.