Questions tagged [framerjs]

Framerjs - JavaScript Framework for rapid prototyping animation and interaction on desktop and mobile.

Framer.js is an open source JavaScript framework for rapid prototyping. It allows you to define animations and interactions, complete with filters, spring physics, 3D effects and more.

A prototyping tool for animation and interaction on desktop and mobile.

Framer can help you to quickly build interactions and animations. Built for designers and integrates with Photoshop. Great alternative to Quartz Composer, Flash or Keynote.

145 questions
0
votes
1 answer

What do the original frame and frame methods do

Having a hard time understanding this method for making imported layers available on the root: for layerGroupName of PSD window[layerGroupName] = PSD[layerGroupName] for layerGroupName of PSD PSD[layerGroupName].originalFrame =…
nipponese
  • 2,813
  • 6
  • 35
  • 51
0
votes
1 answer

How can I reliably get Framer Studio to see Sketch Beta 3.0.4 (8156)?

I have: Downloaded and opened Sketch Beta 3.0.4 (8156) Created a new document in Sketch and saved it Opened a new document in Framer Studio 1.0.168 (264) Yet, when I click Generate, I get Sketch not Running: Please open Sketch. How can I reliably…
nipponese
  • 2,813
  • 6
  • 35
  • 51
0
votes
1 answer

Embedding framer.js animation into html

I'm designing an animated scroll for a landing page. I enjoy using framer.js but am having difficulties placing framer layers on my webpage and have them be responsive to browser size. It seems to work fine for mobile prototypes more than browser…
stecd
  • 1,681
  • 6
  • 19
  • 28
0
votes
1 answer

Framer/CoffeeScript - animate content fading in when mouse scrolled

Is it possible to fade content in as the mouse scrolls using Coffeescript or Javascript in Framer? Thank you
user2953989
  • 2,791
  • 10
  • 36
  • 49
0
votes
1 answer

Adding a sub layer in FramerJS

I'm trying to add a sub layer to the main set of layers in a framer prototype: myLayers = Framer.Importer.load("imported/some-psd") layer = new Layer(); myLayers.addSubLayer(layer); But I get the following error: Uncaught TypeError: undefined is…
ed209
  • 11,075
  • 19
  • 66
  • 82
-1
votes
1 answer

Exit Property not working in Framer Motion with react js

Exit Property not working in Framer Motion with react js Everything is going well but exit motion is not working i am trying this for more than a week please help me! Exit Property not working in Framer Motion with react js Everything is going well…
K Kumar
  • 71
  • 1
  • 10
-1
votes
1 answer

How to create a functional push notification (that fires after x amount of time) component with framer x?

I am trying to create a push notification in framer x (react based). It should work something like this: customer opens mockup > timer in background starts > timer reaches five and fires event > event triggers push frame > push frame is visible on…
Tom
  • 13
  • 1
  • 5
-1
votes
1 answer

Play an mp3 file in a if condition

I am writing a code in Framer x which uses Javascript and react library. I would like to make different sounds depending on the coordinate values of for instance mouse ( x, y, and z ). How can I play an mp3 file in an if condition, e.g., if x>10…
ansar
  • 1
-1
votes
5 answers

Why is .toUpperCase() not working?

I am very new with framer.js and I am just following a book called http://coffeescript-for-framerjs.com/#buy where it's written fruits[1].toUpperCase() It was working properly fruits.toUpperCase() Here in book it's fruit not fruits i tried both…
Jamna
  • 2,561
  • 7
  • 28
  • 22
-2
votes
1 answer

Can't get CoffeeScript to recognize a function in a js file

I am writing a simple app in Coffeescript to control a Philips Hue light. I have included this module into my project. The below code seems to work fine up until I try to set the color of the lights using setLightState. The compiler says the…
cHorse
  • 11
  • 1
  • 8
1 2 3
9
10