Where Web Design Meets Business Growth
Stand out in the digital world.Paragraph text you can edit
At Akhy Digital Solutions, we're not just another digital agency. We craft custom digital solutions, handle the tech, and drive growth while you focus on your business. With ongoing support, we're committed to your long-term success.
Hassle free integration between your tooling, make your work processes effective and efficient!
Perfect for small businesses and startups looking to establish a professional visual identity.
One time payment
Ideal for businesses ready to elevate their online presence and brand cohesiveness.
Flexible Payments
Comprehensive solution for businesses seeking a full-scale digital and brand transformation.
Flexible Payments
The packages above done meet your needs. No stress, reach out to our team so we can create a custom solution for you.
Book a consultation to get a quote.
Can't wait to hear from you
Paragraph text you can edit Paragraph text you can edit Paragraph text you can edit
Animations play when the instance enters the viewport, running from start to finish. On each box there is an attribute data-ani and the value is whatever is in the animated box. By default, their animation plays once, but that can be customized (see docs).
Animations progress as the instance moves through the viewport. On each box there is an attribute data-ani-progress and the value is whatever is in the animated box. By default, their animation plays every time, but that can be customized (see docs).
All animation effects are compatible with Radix Components, which have various states such as active/inactive or open/closed. The animations automatically target these states, allowing you to use data-ani like any other component. See docs for information on which instance to apply the attributes to.
To animate all children within a parent instance, instead of applying data-ani to each child, apply the animation to the parent instance and add data-ani-children="true". This applies the animation to each direct child rather than the parent itself. (see docs).