Skip to content
  • Blog (1)
  • About Us
  • Tags
  • Donations
1SMARTchicken - Code Made Easy
  • Tutorials (177)
  • Reference (2172)
  • Snippets (69)

Tag: Animation

1SMARTchicken - Code Made Easy

Tag: Animation

  • Tutorials (177)
  • Reference (2172)
  • Snippets (69)
  • Blog (1)
  • About Us
  • Tags
  • Donations
1SMARTchicken - Code Made Easy
  • Tutorials (177)
  • Reference (2172)
  • Snippets (69)
1SMARTchicken - Code Made Easy

Tag: Animation

  • Tutorials (177)
  • Reference (2172)
  • Snippets (69)
  • Home
  • Animation
CSS Tutorials

CSS – Applying a Transition to an Element

October 5, 2024 / CSS Tutorials, Tutorials / Animation

CSS transitions allows an element to be changed or moved smoothly, over a given time, creating simple animations.

CSS Tutorials

CSS – Animating HTML Elements

October 5, 2024 / CSS Tutorials, Tutorials / Animation

CSS animations allow for elements to gradually change from one style to another or create movement on the page using keyframes to store the animation data.

CSS Reference

CSS – animation Property

September 26, 2024 / CSS Properties, CSS Reference, Reference / Animation

The animation property is a shorthand property for all the other properties a CSS animation can be given.

CSS Reference

CSS – animation-delay Property

September 26, 2024 / CSS Properties, CSS Reference, Reference / Animation

The animation-delay property specifies a delay for the start of an animation defined in seconds (s) or milliseconds (ms).

CSS Reference

CSS – animation-direction Property

September 26, 2024 / CSS Properties, CSS Reference, Reference / Animation

The animation-direction property defines whether an animation should be played forwards, backwards, or in alternate cycles.

CSS Reference

CSS – animation-duration Property

September 26, 2024 / CSS Properties, CSS Reference, Reference / Animation

The animation-duration property defines how long, in seconds (s) or milliseconds (ms), an animation should take to complete one cycle.

CSS Reference

CSS – animation-fill-mode Property

September 26, 2024 / CSS Properties, CSS Reference, Reference / Animation

The animation-fill-mode property specifies a style for the element when the animation is not playing – both before it starts and after it ends.

CSS Reference

CSS – animation-iteration-count Property

September 26, 2024 / CSS Properties, CSS Reference, Reference / Animation

The animation-iteration-count property specifies the number of times an animation should play before stopping.

CSS Reference

CSS – animation-name Property

September 26, 2024 / CSS Properties, CSS Reference, Reference / Animation

The animation-name property specifies a name for a @keyframes animation.

CSS Reference

CSS – animation-play-state Property

September 26, 2024 / CSS Properties, CSS Reference, Reference / Animation

The animation-play-state property specifies whether the animation is running or paused, and JavaScript can be used to pause the animation in mid cycle.

CSS Reference

CSS – animation-timing-function Property

September 26, 2024 / CSS Properties, CSS Reference, Reference / Animation

The animation-timing-function defines the speed curve of an animation, which is the time it takes to change from one set of styles to another (how smooth).

CSS Reference

CSS – transform Property

October 1, 2024 / CSS Properties, CSS Reference, Reference / 2D, 3D, Animation

The transform property applies a 2D or 3D transformation to an element, allowing it to be rotated, scaled, moved, skewed, etc.

CSS Reference

CSS – transform-origin Property

October 1, 2024 / CSS Properties, CSS Reference, Reference / 2D, 3D, Animation

The transform-origin property allows you to change the position of transformed elements.

CSS Reference

CSS – transform-style Property

October 1, 2024 / CSS Properties, CSS Reference, Reference / 2D, 3D, Animation

The transform-style property specifies how nested elements are rendered in 3D space, and must be used together with the transform property.

CSS Reference

CSS – transition Property

October 1, 2024 / CSS Properties, CSS Reference, Reference / Animation

The transition property is a shorthand property for transition-property, transition-duration, transition-timing-function, and transition-delay.

CSS Reference

CSS – transition-delay Property

October 1, 2024 / CSS Properties, CSS Reference, Reference / Animation

The transition-delay property specifies when the transition effect will start, and is defined in seconds (s) or milliseconds (ms).

CSS Reference

CSS – transition-duration Property

October 1, 2024 / CSS Properties, CSS Reference, Reference / Animation

The transition-duration property specifies how long the transition effect will take to complete, and is defined in seconds (s) or milliseconds (ms).

CSS Reference

CSS – transition-property Property

October 1, 2024 / CSS Properties, CSS Reference, Reference / Animation

The transition-property property specifies the name of the CSS property the transition effect will apply to.

CSS Reference

CSS – transition-timing-function Property

October 1, 2024 / CSS Properties, CSS Reference, Reference / Animation

The transition-timing-function property specifies the speed curve of the transition effect, allowing for the effect to change speed over its duration.

CSS Reference

CSS – @keyframes Rule

July 29, 2024 / CSS Reference, CSS Resources, Reference / Animation

The @keyframes rule defines the animation timeline, which gradually changes from one set of CSS styles to another.

1 2 3 Next →

or View All Tags

Tutorials

  • HTML Tutorials (40)
  • CSS Tutorials (45)
    • CSS Flexbox (12)
  • JavaScript Tutorials (6)
  • jQuery Tutorials (13)
  • PHP Tutorials (0)
  • SQL Tutorials (0)
  • Python Tutorials (73)
    • Python File Handling (4)
    • Python and MySQL (5)
  • WordPress Tutorials (0)

Reference

  • HTML Reference (244)
    • HTML Tags (107)
    • HTML Attributes (46)
    • HTML Events (76)
    • HTML Resources (15)
  • CSS Reference (309)
    • CSS Selectors (55)
    • CSS Properties (220)
    • CSS Functions (17)
    • CSS Resources (17)
  • JavaScript Reference (555)
    • JavaScript Selectors (7)
    • JavaScript Operators (12)
    • JavaScript Statements (17)
    • JavaScript Methods (284)
    • JavaScript Properties (162)
    • JavaScript RegExp (45)
    • JavaScript Resources (28)
  • jQuery Reference (220)
    • jQuery Selectors (54)
    • jQuery Methods (140)
    • jQuery Ajax Methods (16)
    • jQuery Properties (17)
    • jQuery Resources (9)
  • PHP Reference (460)
    • PHP Keywords (59)
    • PHP Functions (400)
    • PHP Constants (0)
    • PHP Resources (1)
  • SQL Reference (290)
    • SQL Keywords (59)
    • MySQL Functions (138)
    • SQL Server Functions (83)
    • SQL Resources (10)
  • Python Reference (94)
    • Python Methods (86)
    • Python Resources (8)
  • WordPress Reference (0)

Snippets

  • HTML Snippets (3)
  • CSS Snippets (12)
  • JavaScript Snippets (5)
  • jQuery Snippets (8)
  • PHP Snippets (1)
  • SQL Snippets (3)
  • Python Snippets (1)
  • WordPress Snippets (36)
1SMARTchicken - Code Made Easy

333 Washington Blvd.
Suite 126
Marina del Rey, CA 90292
United States

contact2025@1smartchicken.com

  • About Us
  • Privacy Policy
  • Cookie Policy
  • Terms & Conditions

Search for Code:

or View All Tags

Copyright © 2025 1SMARTchicken | All Rights Reserved.