Skip to content

Image Animation

Introduction

The Image Animation feature in the CodexShaper Framework enables developers to add dynamic visual effects to featured images. This functionality enhances user engagement by creating smooth, professional transitions that draw attention to important visual elements.

Location

Go To ElementorContent tabImage Animation

Elementor Image Animation Interface

Animation Types and Settings

Animation Types

TypeDescriptionBest Used For
ScaleGradually changes image size from start to end valuesCreating focus on hero images and featured content
RevealProgressively unveils the image using a sliding effectDramatic introductions of new visual content
StretchDistorts and then normalizes the image dimensionsCreating dynamic, attention-grabbing effects
Configuration Settings
ParameterFunctionDefaultExplanation
AnimationSets animation stylenoneChoose from animation types above
Start ScaleInitial size ratio0.7Starting size as a proportion of final size (0.7 = 70%)
End ScaleFinal size ratio1Target size when animation completes (1 = 100%)
Animation FromOrigin point of animationTop TopFirst value is element position, second is display position
EaseMovement patternPower2.outControls the acceleration/deceleration curve

Implementation Guide

Basic Scale Animation

For example, with the default settings:

  • The image begins at 70% of its final size
  • It smoothly scales up to 100%
  • The animation originates from the top of both the element and display
  • The Power2.out easing creates a natural slowing at the end of the animation

Configuration Tips

  • For Subtle Effects: Use close values for Start/End Scale (e.g., 0.9 to 1)
  • For Dramatic Impact: Use more contrasting values (e.g., 0.5 to 1)
  • For Different Directions: Change Animation From to control the origin
  • For Timing Adjustments: Select different Ease options to change how the animation accelerates