Maybe we can live without libraries, people like you and me. ...
diff --git "a/docu_code/Animation.txt" "b/docu_code/Animation.txt" deleted file mode 100644--- "a/docu_code/Animation.txt" +++ /dev/null @@ -1,2841 +0,0 @@ -======================== -CODE SNIPPETS -======================== -TITLE: Customize Tailwind CSS Animation Theme -DESCRIPTION: Illustrates how to extend or override Tailwind CSS animation utilities by defining custom animations within your `@theme` configuration. This allows for project-specific animation definitions. - -SOURCE: https://tailwindcss.com/docs/animation - -LANGUAGE: CSS -CODE: -``` -@theme { --animate-wiggle: wiggle 1s ease-in-out infinite; @keyframes wiggle { 0%, 100% { transform: rotate(-3deg); } 50% { transform: rotate(3deg); } }} -``` - -LANGUAGE: HTML -CODE: -``` -
Maybe we can live without libraries, people like you and me. ...
Storage used: 75%
0.48 GB out of 2 GB remaining
Maybe we can live without libraries, people like you and me. ...
... ربما يمكننا العيش بدون مكتبات، أشخاص مثلي ومثلك. ربما. بالتأكيد


-```
-
-----------------------------------------
-
-TITLE: TailwindCSS Effects Utilities
-DESCRIPTION: Documentation for TailwindCSS utilities related to visual effects like shadows, opacity, and blend modes, allowing control over how elements appear and interact visually.
-
-SOURCE: https://tailwindcss.com/docs/box-shadow
-
-LANGUAGE: APIDOC
-CODE:
-```
-box-shadow
-text-shadow
-opacity
-mix-blend-mode
-background-blend-mode
-mask-clip
-mask-composite
-mask-image
-mask-mode
-mask-origin
-mask-position
-mask-repeat
-mask-size
-mask-type
-```
-
-----------------------------------------
-
-TITLE: Tailwind CSS Transform Utilities
-DESCRIPTION: API documentation for Tailwind CSS utility classes that apply 2D or 3D transformations to an element. These utilities control rotation, scaling, skewing, translation, and perspective effects.
-
-SOURCE: https://tailwindcss.com/docs/flex-basis
-
-LANGUAGE: APIDOC
-CODE:
-```
-backface-visibility: Defines whether or not the back face of an element is visible when facing the user.
-perspective: Defines how far the user is from the z-plane.
-perspective-origin: Sets the origin for the perspective property.
-rotate: Rotates an element.
-scale: Scales an element.
-skew: Skews an element.
-transform: Applies a 2D or 3D transformation to an element.
-transform-origin: Sets the origin for transformations.
-transform-style: Specifies how nested elements are rendered in 3D space.
-translate: Moves an element along the X, Y, or Z axis.
-```
-
-----------------------------------------
-
-TITLE: Tailwind CSS Transform Utilities
-DESCRIPTION: Documentation for Tailwind CSS utilities that apply 2D or 3D transformations to an element, such as rotation, scaling, skewing, and translation.
-
-SOURCE: https://tailwindcss.com/docs/padding
-
-LANGUAGE: APIDOC
-CODE:
-```
-Transforms:
- - backface-visibility: Defines whether the back face of an element is visible when turned towards the user.
- - perspective: Defines how far the object is from the user.
- - perspective-origin: Defines the origin of the perspective for 3D transforms.
- - rotate: Rotates an element around a fixed point.
- - scale: Scales an element up or down.
- - skew: Skews an element along the X and Y axes.
- - transform: Applies a 2D or 3D transformation to an element.
- - transform-origin: Sets the origin for transformations of an element.
- - transform-style: Specifies how nested elements are rendered in 3D space.
- - translate: Moves an element from its current position.
-```
-
-----------------------------------------
-
-TITLE: CSS Equivalent for Tailwind Complex Selector
-DESCRIPTION: Illustrates the simplified CSS output corresponding to a complex Tailwind class, showing how media queries, pseudo-classes, and attribute selectors are combined.
-
-SOURCE: https://tailwindcss.com/docs/styling-with-utility-classes
-
-LANGUAGE: CSS
-CODE:
-```
-@media (prefers-color-scheme: dark) and (width >= 64rem) { button[data-current]:hover { background-color: var(--color-indigo-600); }}
-```
-
-----------------------------------------
-
-TITLE: Tailwind CSS Transforms Utility Classes
-DESCRIPTION: Reference for Tailwind CSS utility classes for applying CSS transforms like rotation, scaling, skewing, and translation.
-
-SOURCE: https://tailwindcss.com/docs/background-size
-
-LANGUAGE: APIDOC
-CODE:
-```
-backface-visibility: Utilities for controlling whether the back face of an element is visible when rotated.
-perspective: Utilities for controlling the perspective property.
-perspective-origin: Utilities for controlling the perspective origin property.
-rotate: Utilities for rotating elements.
-scale: Utilities for scaling elements.
-skew: Utilities for skewing elements.
-transform: General utility for applying transforms.
-transform-origin: Utilities for controlling the origin of an element's transform.
-transform-style: Utilities for controlling how nested elements are rendered in 3D space.
-translate: Utilities for translating elements.
-```
-
-----------------------------------------
-
-TITLE: TailwindCSS Transform Utilities
-DESCRIPTION: This section lists TailwindCSS utilities for applying 2D and 3D transformations to elements, such as rotation, scaling, skewing, translation, and perspective controls. These utilities enable complex visual manipulations and dynamic element positioning.
-
-SOURCE: https://tailwindcss.com/docs/border-color
-
-LANGUAGE: APIDOC
-CODE:
-```
-backface-visibility
-perspective
-perspective-origin
-rotate
-scale
-skew
-transform
-transform-origin
-transform-style
-translate
-```
-
-----------------------------------------
-
-TITLE: CSS Transform Properties
-DESCRIPTION: Documentation for CSS properties that apply 2D or 3D transformations to an element, such as rotation, scaling, skewing, and translation.
-
-SOURCE: https://tailwindcss.com/docs/margin
-
-LANGUAGE: APIDOC
-CODE:
-```
-backface-visibility: Defines whether or not the back face of an element is visible when facing the user.
-perspective: Defines how far the user is from the z=0 plane when viewing a 3D transformed element.
-perspective-origin: Sets the origin for the perspective property.
-rotate: Rotates an element around a fixed point.
-scale: Scales an element up or down.
-skew: Skews an element along the X and Y axes.
-transform: Applies a 2D or 3D transformation to an element.
-transform-origin: Sets the origin for transformations of an element.
-transform-style: Specifies how nested elements are rendered in 3D space.
-translate: Moves an element from its current position.
-```
-
-----------------------------------------
-
-TITLE: Tailwind CSS Mask Left Gradient Utilities
-DESCRIPTION: Provides Tailwind CSS utility classes for creating linear gradient masks that originate or terminate from the left edge of an element. These classes set the `mask-image` property using `linear-gradient(to left, ...)`, supporting various value types for customization.
-
-SOURCE: https://tailwindcss.com/docs/mask-image
-
-LANGUAGE: APIDOC
-CODE:
-```
-mask-l-from-

-```
-
-----------------------------------------
-
-TITLE: Applying Tailwind CSS Perspective Utilities
-DESCRIPTION: This example demonstrates how to use `perspective-dramatic` and `perspective-normal` utilities to control the perceived distance of elements along the Z-axis, affecting 3D transformations. It shows how different perspective values change the visual depth.
-
-SOURCE: https://tailwindcss.com/docs/perspective
-
-LANGUAGE: HTML
-CODE:
-```
-