Skip to content

Change Log

Steve Ruiz edited this page Jan 9, 2018 · 9 revisions

January 8, 2017

  • Added a new property for controlling which layers appear in Gotcha. You now have two options for controlling which layers appear:
  1. include the line gotcha.visibleOnly = true to your project, just below {gotcha} = require 'gotcha'. Gotcha will now ignore all layers that have visible: false or opacity: 0, and their children.
  2. to ignore a layer of your choosing, give it the new property ignoreGotcha: true.

December 17, 2017

  • Performance improvement: knocked down the update interval and managed to save four getClientRects() calls per interval. Should work better in the browser now.

December 16, 2017

  • Included fullscreen as an option in the Device dropdown menu. Selecting this device is the same as choosing "Canvas" from Framer's Preview window.

December 14, 2017

  • 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.
Clone this wiki locally