Skip to content

Instantly share code, notes, and snippets.

View macodesh's full-sized avatar
🏠
Working from home

Marlon Couto macodesh

🏠
Working from home
View GitHub Profile
@macodesh
macodesh / motion_utils.md
Last active September 26, 2023 19:10
Motion Utils

Funções Auxiliares para Animações com Framer Motion

Neste Gist, apresento algumas funções auxiliares que podem ser usadas com a biblioteca Framer Motion para criar animações pré-definidas, como fade in e slide. Você pode importar essas funções em seu projeto Framer Motion e usá-las para criar animações de forma mais fácil e rápida.

Observação: Certifique-se de importar a biblioteca Framer Motion em seu projeto antes de usar essas funções.

export const textVariant = (delay = 0) => {
  return {
@macodesh
macodesh / prompt_colors.md
Created September 7, 2023 18:06
Prompt Colors

Prompt Colors

Reset

  • Color_Off='\033[0m'

Regular Colors

  • Black='\033[0;30m'
  • Red='\033[0;31m'