-
Now that prototyping for multiple device widths is going to be more common, it would be great to be able to define sizes relative to the selected device's content frame in Framer Studio. Effectively a…
-
I was trying to debug a weird alignment bug that I was losing sleep over, and found the bottom of it. Basically any external border or shadow causes every parent element in the document to shift by th…
cemre updated
10 years ago
-
What's the rationale behind emitting an error event, but taking a callback for the success case? Why not just emit success?
Connection.prototype._handlePing = function handlePing(id) {
var self = t…
-
most of the time scaling the prototype is great. for some prototypes, the top portion of the screen is most interesting or it includes complex views that can create sub-pixel issues when scaled.
what…
-
this basic draggable example is not working on a desktop when wrapped inside a framer template:
http://examples.framerjs.com/#Draggable%20-%20Snap.framer
-
-
Every time I export to Framer, Chrome opens a new tab with the prototype.
![](http://dl.dropbox.com/u/811105/Screenshots/thyt.png)
Is there a way to reuse the same tab? Or maybe only open the browse…
cemre updated
10 years ago
-
Hi,
I tried to upgrade my framer.js to the last one and it appear that when I duplicate a view a -webkit-filter is applied and give me a grey image instead of my previous image.
Let me know if you wa…
-
What came to my mind after thinking about the 'return parsed packets' pull:
It's a good idea to abstract the BinData records for parsing packets.
Maybe there should also be some kind of 'Framing API'…