Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
0 replies
37 views

I’m building a Framer website for a US-based client who wants to sell access to films with both Rent and Buy options. Requirements: Client is located in the US Videos are currently hosted on Vimeo (...
Milan's user avatar
  • 183
1 vote
0 answers
428 views

Does anyone know how to correct Framer's asymmetrical grid alignment when using frames to fill width? If I use multiples of 1fr to fill the grid, everything aligns. If I set asymmetrical values (say, ...
Cornelius Montgomery's user avatar
0 votes
0 answers
611 views

I'd like to override the text color of my Component to make it a multi-stop linear gradient. Following the code examples provided by Framer, this is what I've tried: export const withCustomColor = (...
UserDude's user avatar
  • 323
1 vote
1 answer
1k views

How to scroll x on a div while the user keeps scrolling on the Y axis. I want to recreate the "Our Work" section on https://nifty-template.webflow.io/ using ReactJS and Framer Motion. ...
DeadMan's user avatar
  • 11
-1 votes
1 answer
236 views

Ive been trying to make this page where you can change object when clicking a key, but the eventlistener i am using works only once i select the screen that it is set on. const onKeydown4 = (e) => {...
Cublaiiii's user avatar
1 vote
0 answers
2k views

I have a fancy heading animation using whileInView to trigger, but when I open my menu drawer, the heading animations all reset to the initial state where they are all hidden. The heading animation ...
Jay's user avatar
  • 356
0 votes
1 answer
1k views

I use the useInvertedScale hook imported from [email protected] and it throws an error useInvertedScale is not imported with the latest version of framer-motion . This is how I use it : import React ...
Mehdi Faraji's user avatar
  • 4,094
5 votes
1 answer
21k views

In Framer Motion, I'm trying to get two colors to animate smoothly. The colors are red 'hsl(0, 100, 50)' and blue 'hsl(240, 100, 50)'. Unfortunately, the animation is going through the color wheel, ...
John Miller's user avatar
3 votes
0 answers
3k views

I'm trying to create a really simple loader animation with Framer Motion, and I got stuck with some weird things happening. When I reload the page animation seems to be already completed, and it doesn'...
Marcin's user avatar
  • 43
0 votes
1 answer
260 views

so I encountered with the weird problem. So I'm using React and animating page with FRAMER API. So what I'm doing: On specific ScrollY, let's say 900, some animation pops up. However, when there's a ...
Mantofka's user avatar
  • 286
2 votes
0 answers
1k views

I have an app I'm building with Framer Motion and I'm trying to disable vertical swiping whenever someone swipes to the left or right page. I noticed that there are "lag spikes" or "...
Ajay Pillay's user avatar
0 votes
1 answer
556 views

This is a Framer/React question: I have a bunch of text fields in a "page" component and I want the focus to shift on every "page" change. There's a button controlling the pager ...
Tom Bar-Gal's user avatar
0 votes
1 answer
204 views

I've a useState Hook set up in a file carousel.tsx export function Carousel({ children }) { //Set Active State Carousel Item const [active, setActive] = React.useState("default") //...
ptamzz's user avatar
  • 9,445
11 votes
4 answers
19k views

How can I animate a pure number from 0 to 100 with a transition config? <motion.div> {num} </motion.div>
Yokiijay's user avatar
  • 821
1 vote
3 answers
12k views

While using Framer Motion API to create interaction and animations on my site, I can not find how to use it in order to trigger an animation when something is on the screen. For example, this SVG ...
Biomehanika's user avatar
  • 1,540
0 votes
1 answer
222 views

I am pulling down results from an API, like so: const [state, setState] = React.useState({ matches: undefined, chosenBets: [{}] }); const API = "https://api.myjson....
a7dc's user avatar
  • 3,436
2 votes
1 answer
3k views

I'm currently using the React library Framer Motion to help animate some of the gestures I want in my App. I seem to be having an issue with the "drag" property for the "motion.div"...
Bigboybob's user avatar
5 votes
1 answer
8k views

I'm using framer motion to create a swipe interaction in my project. I'm trying to make it so that when the user is done dragging the child, it will 'snap' back into a set position. I've seen from ...
Jesse Sliter's user avatar
-1 votes
1 answer
146 views

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 > ...
Tom's user avatar
  • 13
-1 votes
1 answer
118 views

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 ...
ansar's user avatar
  • 1
11 votes
0 answers
1k views

Has anyone had any luck exporting Framer X prototypes to RN-consumable JSX? All I want is to export the UI prototype and animations that I made using Framer, so I can implement the logic using RN. My ...
user avatar
0 votes
1 answer
43 views

Can a regular expressions be used to compare and match set of words? For example, I want a string like this... "loan nation" to match on these... "Loan Origination" "international loans" but not ...
Josh Ulm's user avatar
1 vote
1 answer
97 views

im really new in coding so my question might be very easy. On image below you can see what i have in Firebase. Here's what i have in my Firebase In Framer im using this module and after writing ...
Anatoly Sidorov's user avatar
2 votes
1 answer
270 views

Some details: I'm making a small prototype in Framer, some kind a wallpaper app. I use vibrant.js to automatically pick colors from the images to add a bit of a tint to my interface. I use two ...
Anton Kosarchyn's user avatar
1 vote
0 answers
36 views

I am trying to create a scene of blinking stars where essentially you have multiple, similar layers (difference in size and x/y coordinates) animating across different locations on the screen, ...
Colin Sygiel's user avatar