> For the complete documentation index, see [llms.txt](https://cardstock-studio.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cardstock-studio.gitbook.io/docs/design/templates-design-your-cards/components/3d-lift.md).

# 3D Lift

<figure><img src="https://2449056524-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FK6BdQXak9wiY4BdSf9Rq%2Fuploads%2Fzvaw5idHiFuX1fembRvh%2FScreenshot%202026-05-26%20at%205.25.28%E2%80%AFPM.png?alt=media&amp;token=9f0da6a7-a7d9-494b-a6e4-4fe0da7b41fe" alt=""><figcaption></figcaption></figure>

Paired with [3D Depth](/docs/design/templates-design-your-cards/components/3d-depth.md), <mark style="color:$success;">**3D Lift**</mark> can create depth effects on Text and Shapes.

{% hint style="warning" %}
**3D Lift** and **3D Depth** can be fairly heavy, and may reduce frame rate in your browser when dragging values around.
{% endhint %}

***

## Mode

In *Uniform* mode, you choose the *Direction* to determine where the effect goes. Toggle on *Use Template Angle* to use the shadow angle set on the Template.

<figure><img src="https://2449056524-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FK6BdQXak9wiY4BdSf9Rq%2Fuploads%2FJTeP1tLjtJWRXFJjlVCf%2FScreen%20Recording%202026-05-26%20at%208.57.41%E2%80%AFPM.gif?alt=media&amp;token=8308f0bb-3be2-4485-ac8d-795ba1e6f8cf" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2449056524-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FK6BdQXak9wiY4BdSf9Rq%2Fuploads%2FZpERBatvKQbcrkawcoc5%2FScreen%20Recording%202026-05-26%20at%208.57.12%E2%80%AFPM.gif?alt=media&amp;token=86493472-e5a7-488e-b507-edfcc5da5b23" alt=""><figcaption></figcaption></figure>

Choose *Perspective* mode to have the effect point toward a point. This can be used with the Template perspective point as well.

***

## Lift

*Lift* determines how far out the shape face will stretch.

<figure><img src="https://2449056524-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FK6BdQXak9wiY4BdSf9Rq%2Fuploads%2FR2aLUwMHeLJPJhRkz85J%2FScreen%20Recording%202026-05-21%20at%209.07.58%E2%80%AFPM.gif?alt=media&amp;token=5f92f4a4-a85b-435c-967d-3df63e1397ee" alt=""><figcaption></figcaption></figure>

***

## Shrink

This shrinks the face relative to its default size. For Text Layers, this shrinks each glyph indivdiually, so they continue to match their individual placement.

<figure><img src="https://2449056524-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FK6BdQXak9wiY4BdSf9Rq%2Fuploads%2FxHkzrRzgXN8691yIMnY5%2FScreen%20Recording%202026-05-21%20at%209.09.03%E2%80%AFPM.gif?alt=media&amp;token=f3c9ade7-736b-48f1-b814-ce83f83861cd" alt=""><figcaption></figcaption></figure>

***

## Thickness

Increasing *Thickness* increases the 3D effect width around the shape. This can be used to produce a slight border as well.

<figure><img src="https://2449056524-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FK6BdQXak9wiY4BdSf9Rq%2Fuploads%2FEUlfjQ3Z3L4yXeu6Xktj%2FScreen%20Recording%202026-05-21%20at%209.09.22%E2%80%AFPM.gif?alt=media&amp;token=3d0237d7-1efc-4b45-b53b-55d5a1b3d84c" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cardstock-studio.gitbook.io/docs/design/templates-design-your-cards/components/3d-lift.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
