-
hello,
I'm opening this conversation I regards to the 'framer.RippleTransition' Instruction. I'm having a hard time understanding 'offirg75's' explanation.
1. For example: In the instructions below …
-
Per discussion on
https://www.facebook.com/groups/framerjs/permalink/704776919649382/
add a history feature.
Maybe this lives in the controls next to/across from the settings button which would the…
-
I’ve had word from some people who’d like to use Frameless as a real browser. Which it almost already is. There’s just two things missing.
- URL as omnibox - already planned as enhancement request - #…
-
Please put in an hour or two designing a demo site interaction using Framer.js
-
Does Frameless support offline file caching via a cache.manifest file? Having issues getting it to work?
If so are there any specs on the total offline cache size, and limits on caching individual fi…
-
Didn't see the code for the docs anywhere, but spotted this typo when pasting the example into Framer Studio.
```
# Create a new ScrollComponent
scroll = new ScrollComponent({width:100, height:100)}
…
-
初めまして、brew fileを使ってcaskのパッケージ管理をさせてもらおうと思ったんですが、`brew file init`で以下のようなエラーが出て止まってしまいます。
``` shell
Traceback (most recent call last):
File "/usr/local/bin/brew-file", line 2452, in
main()
Fil…
-
Tested only on iPad Air Gen1 with Frameless and Safari. Can someone double-check this bug with another iPad generation or even an Android tablet? Thanks.
-
Trying 127.0.0.1 8000 {"url": "http://192.168.1.22:8000", "signal": "ready"} Server ready at: http://192.168.1.22:8000 2014-10-03 15:35:47.793 coscript[65212:d07] framersketch running for com.bohemian…
-
I'm seeing an issue where `layer.once` is happening more than once. In a click handler setting a `once` event on `Events.animationEnd`. Even though only one click happens, the `layer.once` handle runs…