@@ -22,7 +22,7 @@ The core animation class that manages animations in the Summon framework.
2222### Class Definition
2323
2424``` kotlin
25- package code .yousef.summon.animation
25+ package codes .yousef.summon.animation
2626
2727class Animation <T >(
2828 val initialValue : T ,
@@ -89,7 +89,7 @@ A component that animates the appearance and disappearance of its content.
8989### Function Definition
9090
9191``` kotlin
92- package code .yousef.summon.animation
92+ package codes .yousef.summon.animation
9393
9494@Composable
9595fun AnimatedVisibility (
@@ -139,7 +139,7 @@ A component that animates between different content states.
139139### Function Definition
140140
141141``` kotlin
142- package code .yousef.summon.animation
142+ package codes .yousef.summon.animation
143143
144144@Composable
145145fun <T > AnimatedContent (
@@ -202,7 +202,7 @@ Components for creating transitions between different states.
202202### Function Definitions
203203
204204``` kotlin
205- package code .yousef.summon.animation
205+ package codes .yousef.summon.animation
206206
207207// Create transitions
208208fun <T > createTransition (initialState : T ): Transition <T >
@@ -277,7 +277,7 @@ Predefined easing functions for controlling animation timing.
277277### Constants and Functions
278278
279279``` kotlin
280- package code .yousef.summon.animation
280+ package codes .yousef.summon.animation
281281
282282object EasingFunctions {
283283 val Linear : EasingFunction
@@ -340,7 +340,7 @@ Modifiers for applying animations to components.
340340### Modifier Functions
341341
342342``` kotlin
343- package code .yousef.summon.modifier
343+ package codes .yousef.summon.modifier
344344
345345// Animate CSS properties
346346fun Modifier.animate (
@@ -413,7 +413,7 @@ API for defining keyframe animations.
413413### Functions and Classes
414414
415415``` kotlin
416- package code .yousef.summon.animation
416+ package codes .yousef.summon.animation
417417
418418class KeyframesBuilder {
419419 fun at (percentage : Int , block : KeyframeBuilder .() -> Unit )
@@ -486,7 +486,7 @@ API for creating custom animations.
486486### Functions
487487
488488``` kotlin
489- package code .yousef.summon.animation
489+ package codes .yousef.summon.animation
490490
491491// Create a custom animation
492492fun createCustomAnimation (builder : CustomAnimationBuilder .() -> Unit ): CustomAnimation
@@ -541,7 +541,7 @@ Convenient extension functions for common animation scenarios.
541541### Extension Functions
542542
543543``` kotlin
544- package code .yousef.summon.animation
544+ package codes .yousef.summon.animation
545545
546546// Animate numeric properties
547547@Composable
@@ -641,7 +641,7 @@ Utility functions and classes for working with animations.
641641### Functions
642642
643643``` kotlin
644- package code .yousef.summon.animation
644+ package codes .yousef.summon.animation
645645
646646// Create animated values
647647fun Animatable (
@@ -709,7 +709,7 @@ Advanced keyframe generation utilities.
709709### Functions
710710
711711``` kotlin
712- package code .yousef.summon.animation
712+ package codes .yousef.summon.animation
713713
714714// Generate keyframes from a sequence
715715fun generateKeyframes (
0 commit comments