Releases: prolific-digital/animatewp
Releases · prolific-digital/animatewp
AnimateWP v1.1.1
Release Date August 11 2024
Updated
- Updated readme.txt to improve clarity, add new FAQs, and refine the content to better align with the official WordPress plugin guidelines.
AnimateWP v1.1.0
Release Date August 11 2024
Minor update
Added
- Support for Decimal Values in Delay Setting: You can now specify delay times with decimal precision, allowing for more granular control over animation timing.
Updated
- Extended Maximum Duration and Delay: Both the duration and delay settings have been increased to support a maximum of 60 seconds.
AnimateWP v1.0.1
Release Date July 29 2024
Minor update
- Quality Assurance: Performed QA using the WordPress Plugin Checker.
- Conditional Rendering: Added conditional rendering for JavaScript enqueue.
- Meta Details: Updated meta details.
- Function Names: Updated function names for better readability and maintainability.
AnimateWP v1.0.0
Release Date July 29th 2024
Added
-
Animation Functionality: Introduced the ability to add animations to WordPress blocks using GSAP and ScrollTrigger.
-
Block Attributes:
enableAnimation
: Toggle to enable or disable animations.animateLoop
: Option to loop the animation.animateAutoPlay
: Option to auto-play the animation.animateDuration
: Set the duration of the animation.animateDelay
: Set a delay before the animation starts.animateEasing
: Choose the easing function for the animation.animateX
,animateY
: Set X and Y position for the animation.animateXPercent
,animateYPercent
: Set X and Y position as a percentage for the animation.animateScale
: Set the scale for the animation.animateRotation
: Set the rotation for the animation.animateAutoAlpha
: Set the opacity for the animation.animateRepeat
: Set the number of times the animation should repeat.animateYoYo
: Enable to reverse the animation on repeat.enableScrollTrigger
: Toggle to enable animation on scroll.scrollTriggerStart
: Set the start point for the scroll trigger.scrollTriggerEnd
: Set the end point for the scroll trigger.scrollTriggerToggleActions
: Define actions for ScrollTrigger.scrollTriggerStartOffset
: Set an offset for the scroll trigger start point.
-
Block Editor Integration:
- Added custom attributes to all blocks, except for specific ones like Gravity Forms.
- Added a new settings tab in the block inspector for animation controls.
- Integrated animation presets toolbar in block controls for quick application of predefined animations.
-
Presets: Included various animation presets such as Fade In, Fade Up, Fade Down, Fade Left, Fade Right, Bounce, Zoom In, Zoom Out, Rotate, Flip, Shake, Pulse, and Wobble.