Skip to content

Commit

Permalink
fix(template): update android animation to avoid flashing (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
CruuzAzul authored Oct 3, 2023
1 parent 1fe382e commit 65e755c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remotion/compositions/showcases/devfestNantes/Android.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const Android = () => {
const frame = useCurrentFrame();
const logoWidth = 200;

const fall = interpolate(frame, [0, 200], [-100, 250], {
const fall = interpolate(frame, [0, 200], [-180, 760], {
extrapolateRight: 'clamp',
});
const rotate = interpolate(frame, [0, 50, 150, 200], [-45, 45, -45, 45], {
Expand Down

0 comments on commit 65e755c

Please sign in to comment.