Skip to content

Commit

Permalink
Update animation document
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Jun 21, 2024
1 parent bed7718 commit 0cc523d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions site/app/[locale]/reference/animation/content.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ Use `@motion` or `@reduced-motion` to style an element based on user-specific mo

## Customization

import CustomKeyframesOverview from '../animations/components/Overview.mdx'
import AnimationsOverview from '~/site/app/[locale]/guide/animations/components/Overview.mdx'

### Extend your animations
Customize your CSS animations using the [animations](/guide/custom-animations) configuration.
<CustomKeyframesOverview />../../guide/variables/animations/components/Overview.mdx
<AnimationsOverview />
4 changes: 2 additions & 2 deletions submodules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import { execSync } from 'child_process'
const GITHUB_TOKEN = process.env.GITHUB_TOKEN

if (GITHUB_TOKEN) {
console.log("Running in CI environment, using GITHUB_TOKEN for authentication")
console.log('Running in CI environment, using GITHUB_TOKEN for authentication')
execSync(`git config --global url.https://${GITHUB_TOKEN}@github.com/.insteadOf https://github.com`)
} else {
console.log("Running in local environment, using normal authentication")
console.log('Running in local environment, using normal authentication')
}

execSync('git submodule deinit -f --all')
Expand Down

0 comments on commit 0cc523d

Please sign in to comment.