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

Tag: Animation

1SMARTchicken - Code Made Easy

Tag: Animation

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

Tag: Animation

  • Tutorials (183)
  • Reference (2172)
  • Snippets (69)
  • Home
  • Animation
  • Page 2
CSS Snippets

CSS – Create a Loading Spinner

July 25, 2024 / CSS Snippets, Snippets / Animation

Using pure CSS animation you can create a loading spinner for your site.

CSS Snippets

CSS – Expand a Search Field When in Use

July 28, 2024 / CSS Snippets, Snippets / Animation, Form

To give a site an interesting and modern feel, the transition property can be used to expand the length of the search field when the user clicks into it.

CSS Snippets

CSS – Fading in a Page or Element on Load

February 25, 2025 / CSS Snippets, Snippets / Animation

Fading in a page on load can give site items like a sidebar or icon boxes that load slowly the time to finalize their size/color without the user noticing.

jQuery Tutorials

jQuery – Creating Effects or Animations

September 4, 2024 / jQuery Tutorials, Tutorials / Animation

jQuery can be used to hide, show, fade in/out, or slide up/down HTML elements on the page, creating effects and animations with a great deal of control.

jQuery Tutorials

jQuery – Using Callback Functions

September 4, 2024 / jQuery Tutorials, Tutorials / Animation

Callback functions are used to run several lines of code containing effects that need to finish running individually before running the next line of code.

jQuery Reference

jQuery – :animated Selector

August 2, 2024 / jQuery Reference, jQuery Selectors, Reference / Animation, Selector

The :animated selector selects all HTML elements that are currently animated.

jQuery Reference

jQuery – animate() Method

August 15, 2024 / jQuery Methods, jQuery Reference, Reference / Animation, jQuery Effect

The animate() method performs a custom animation on an HTML element, changing one CSS property value to another gradually, creating an animated effect.

jQuery Reference

jQuery – fadeIn() Method

August 16, 2024 / jQuery Methods, jQuery Reference, Reference / Animation, jQuery Effect

The fadeIn() method gradually changes, fades in, the opacity for the selected element from completely hidden to completely visible.

jQuery Reference

jQuery – fadeOut() Method

August 16, 2024 / jQuery Methods, jQuery Reference, Reference / Animation, jQuery Effect

The fadeOut() method gradually changes, fades out, the opacity for the selected element from completely visible to completely hidden.

jQuery Reference

jQuery – fadeTo() Method

August 16, 2024 / jQuery Methods, jQuery Reference, Reference / Animation, jQuery Effect

The fadeTo() method gradually changes the opacity for the selected element to a specified opacity, fading in or fading out the element.

jQuery Reference

jQuery – fadeToggle() Method

August 16, 2024 / jQuery Methods, jQuery Reference, Reference / Animation, jQuery Effect

The fadeToggle() method toggles between the fadeIn() and fadeOut() methods by fading in a faded-out element and fading out a faded-in element.

jQuery Reference

jQuery – finish() Method

August 16, 2024 / jQuery Methods, jQuery Reference, Reference / Animation, jQuery Effect

The finish() method stops the currently-running animations, removes all queued animations, and completes all animations for the selected element.

jQuery Reference

jQuery – jQuery.fx.interval Property

August 5, 2024 / jQuery Properties, jQuery Reference, Reference / Animation, jQuery Property

The jQuery.fx.interval property is used to change the animation firing rate in milliseconds.

jQuery Reference

jQuery – jQuery.fx.off Property

August 5, 2024 / jQuery Properties, jQuery Reference, Reference / Animation, jQuery Property

The jQuery.fx.off property is used to globally disable/enable all animations, which will immediately set elements to the final state of the animation.

jQuery Reference

jQuery – slideDown() Method

August 19, 2024 / jQuery Methods, jQuery Reference, Reference / Animation, jQuery Effect

The slideDown() method slides down and shows the selected element. It works on elements hidden with jQuery methods and those with display: none in CSS.

jQuery Reference

jQuery – slideToggle() Method

August 19, 2024 / jQuery Methods, jQuery Reference, Reference / Animation, jQuery Effect

The slideToggle() method toggles between the slideUp() and slideDown() methods by sliding down a hidden element and sliding up a visible element.

jQuery Reference

jQuery – slideUp() Method

August 19, 2024 / jQuery Methods, jQuery Reference, Reference / Animation, jQuery Effect

The slideUp() method slides up and hides the selected element. The hidden item will no longer take up space on the page, affecting the layout.

jQuery Reference

jQuery – stop() Method

August 19, 2024 / jQuery Methods, jQuery Reference, Reference / Animation, jQuery Effect

The stop() method stops the currently running animation for the selected element.

jQuery Reference

jQuery – List of Effect Methods

July 27, 2024 / jQuery Reference, jQuery Resources, Reference / Animation

This is a quick reference list of jQuery effect methods for creating animation effects for the selected elements.

jQuery Snippets

jQuery – Smooth Scroll to a Page Anchor

March 9, 2025 / jQuery Snippets, Snippets / Animation, Link

Using the jQuery animate() method, a link clicked can smoothly scroll down (or up) the page to a page anchor.

← Previous 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 (79)
    • Python File Handling (4)
    • Python and MySQL (11)
  • 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.