$circleDiameter: 30rem; // Replace X with the desired diameter in rem
$circleRadius: $circleDiameter / 2;
$totalElements: 11;
$angleIncrement: 360deg / $totalElements; // Equal angle increment in degrees
$animationDuration: 12.5s;
@keyframes circle-motion {
from {
transform: rotate(-90deg) translate($circleRadius) rotate(90deg);
}
to {
transform: rotate(270deg) translate($circleRadius) rotate(-270deg);
}
}
@media (max-width:767px){
$circleDiameter: 24rem; // Replace X with the desired diameter in rem
$circleRadius: $circleDiameter / 2;
@keyframes circle-motion {
from {
transform: rotate(-90deg) translate($circleRadius) rotate(90deg);
}
to {
transform: rotate(270deg) translate($circleRadius) rotate(-270deg);
}
}
}
.section.section--proof .dot--large, .circle__icon {
animation: circle-motion $animationDuration linear infinite;
}
@keyframes circle-motion-small {
from {
transform: rotate(-90deg) translate(1.75em) rotate(90deg);
}
to {
transform: rotate(270deg) translate(1.75em) rotate(-270deg);
}
}
.circle__icon {
animation: circle-motion-small $animationDuration linear infinite paused;
}
.statement--wrapper{
.circle__icon{
animation-delay:var(--anim-delay);
}
}
@keyframes element-blur {
0%, 100% {
filter: blur(3px);
opacity:.2;
}
25% {
filter: blur(0px);
opacity:1;
}
50% {
filter: blur(3px);
opacity:.2;
}
}
.logo__item {
@for $i from 1 through $totalElements {
&:nth-child(#{$i}) {
// Calculate the angle for the current element
$angle: $angleIncrement * ($i - 1);
$randomDistanceX: random($circleDiameter+2) + 15; // Generates a number between 10 and 40
$randomDistanceY: random($circleDiameter+2) + 10;
// Generate a random distance from the center
// Calculate the X and Y positions using trigonometry
$xPosition: $randomDistanceX * cos($angle);
$yPosition: $randomDistanceY * sin($angle);
// Apply the translation
transform: translate(
#{$xPosition}rem,
#{$yPosition}rem
);
//transform: rotate($angle) translate($circleRadius) rotate(-$angle);
$animationDelay: ($angle / 360deg) * $animationDuration * 1;
// Apply the blur animation with the calculated delay
animation: element-blur $animationDuration * 1 linear infinite $animationDelay;
}
}
}
@media (max-width:767px){
.logo__item {
@for $i from 1 through $totalElements {
&:nth-child(#{$i}) {
// Calculate the angle for the current element
$angle: $angleIncrement * ($i - 1);
$randomDistanceX: random($circleDiameter+2) + 15; // Generates a number between 10 and 40
$randomDistanceY: random($circleDiameter+2) + 10;
// Generate a random distance from the center
// Calculate the X and Y positions using trigonometry
$xPosition: $randomDistanceX * cos($angle);
$yPosition: $randomDistanceY * sin($angle);
// Change values for mobile screens
$randomDistanceX: random($circleDiameter+2) + 2; // New value for X on mobile
$randomDistanceY: random($circleDiameter+1) + 25; // New value for Y on mobile
transform: translate(
#{$xPosition}rem,
#{$yPosition}rem
);
//transform: rotate($angle) translate($circleRadius) rotate(-$angle);
$animationDelay: ($angle / 360deg) * $animationDuration * 1;
// Apply the blur animation with the calculated delay
animation: element-blur $animationDuration * 1 linear infinite $animationDelay;
}
}
}
}
//counter
.section {
counter-reset: dotCounter;
}
.section .m--card-wrapper {
counter-increment: dotCounter;
}
.section .m--card-wrapper .dot--large::before {
content: counter(dotCounter);
display:block;
color:var(--color--main);
text-align:center;
}
Dive into all the components that come together to form the Axelar network, for a high-level understanding of the vision, mission and design.Go deeper and gain technical knowledge of how to get started with Axelar.
16 Teams to Build for Web3 Mass Adoption in the LongHashX-Axelar Accelerator and Axelar Grant Programs
The Axelar accelerator and grant programs help teams build applications that onboard users as easily as any centralized exchange.
News
December 12, 2022
Monthly Update: Airdrops, Arbitrum & Axelar’s new partners
Axelar’s month in review: new chains, new dApps + AMAs with multi-chain builders and tutorials for devs.
News
November 20, 2022
How Much Gas to Get Over the Bridge?
Satellite gas fees, explained: In this post, we explain cross-chain gas costs, where they are charged, how they are estimated — and how Axelar keeps cross-chain gas payment complexities in the background for users.
Technology
November 18, 2022
Biconomy & Axelar to Power a Chainless User Experience with the Biconomy SDK
Developers can tap into powerful, composable SDK modules to onboard users, control gas fees, and bundle transactions easily, among other UX benefits.
News
October 26, 2022
Axelar & Polygon to Deliver Secure Cross-Chain Communication to Polygon Supernets
Axelar is one of the early adopters of Polygon Supernets which will expand the interoperability of Polygon Supernets — high-performance app-specific chains that can be optimized for a dApp or a category of dApps.
News
October 20, 2022
Composable USDC: Seamless UX in the Multi-chain World
Combining Axelar with the recently announced Cross-Chain Transfer Protocol (CCTP) by Circle, we plan to unlock seamless Web3 user experiences to make blockchain technology accessible to billions of users.
Technology
October 18, 2022
Announcing the Interop Summit, Powered by Axelar
The Interop Summit is blockchain’s first-ever universal gathering point for builders creating dApps that span Web3.
News
October 14, 2022
Blockchain Interoperability: How to Achieve it Securely
Interoperability between blockchains is vital for a truly cross-chain experience. But do we have the ideal infrastructure for a truly cross-chain experience?
Technology
October 7, 2022
Partner Case Study: Squid Is Cross-Chain Liquidity for Everyone
Squid is a protocol that enables cross-chain liquidity routing and swaps through a single Javascript software development kit (SDK).
Ecosystem
October 6, 2022
How to Import ERC20 Wrapped AXL tokens to MetaMask Wallet
Axelar has issued ERC-20 versions of the AXL token to EVM chains, e.g. Ethereum, Avalanche. After you obtain these tokens by providing an EVM chain address where the tokens can be sent, you can view your AXL tokens within your MetaMask Wallet.
AXL Token
September 29, 2022
How to Convert AXL to the EVM-Compatible wAXL Token
AXL is a chain-agnostic token, meaning it can be represented on various chains. The ERC-20-compatible version of AXL, used on EVM chains, is called wAXL. This tutorial shows how to convert
AXL Token
September 28, 2022
Axelar Works with Coinbase Cloud to Support Network Security with AXL Token Staking
Coinbase Cloud will join a list of top-tier validators supporting the Axelar network. AXL tokenholders will be able to stake AXL to Coinbase Cloud’s public validator, and help secure a network that is building the cross-chain future.
News
September 27, 2022
Axelar Partners with Mysten Labs to Bring General Message Passing to Sui Blockchain
“In order to reach the next billion end users, Web3 needs to onboard millions of developers. Mysten Labs is paving the way for that with an asset-oriented programming language and a developer-friendly environment”
News
September 27, 2022
The AXL Token Is Now Live
With AXL token release schedules beginning today, the Axelar network reaches a new level of decentralization, and establishes itself as the most secure and richly featured cross-chain network available.
No items found.
September 22, 2022
AXL Token Release FAQs
This AXL token FAQ covers tokenholders who acquired the AXL token via various paths, including the community sale conducted via CoinList in March.
AXL Token
September 20, 2022
Axelar Partners With LongHash Ventures for an Accelerator & a Grant Program
The Axelar Grant Program has become a focal point for investors, developers and partners interested in the cutting edge of Web3 interoperability and cross-chain development.
News
September 16, 2022
What Is wAXL? Identifying the Wrapped (ERC-20) AXL Token by Ticker
This post explains, briefly, how the AXL token is represented as an ERC-20 compatible token on Ethereum-Virtual-Machine (EVM) chains.
AXL Token
September 12, 2022
Anchorage Announces Custody Support for AXL Token
Anchorage Digital is seeing a growing demand among its institutional clients to expand their crypto portfolios to include new, promising protocols and view Axelar as a unique opportunity to do just that from day one.
No items found.
September 8, 2022
Security on Axelar Network
Security is a multidimensional problem with binary outcomes. Defining the security of a system is an incredibly complex task, but with rigorous models, designs and engineering practices, we can build systems that stand up to the worst attacks.
Technology
September 6, 2022
Axelar Implements Quadratic Voting With 'Maeve' Upgrade
The security benefits of quadratic voting have been discussed by blockchain industry leaders including Ethereum co-founder Vitalik Buterin. However, few have implemented it.
News
Technology
September 1, 2022
Axelar September update: August Was NFT (& Robot) Month
There are many upcoming events and opportunities to get connected with the Axelar community, beginning with Friday's Community Call, where we'll welcome a new ecosystem partner, Squid, that is emerging as a key enabler for deFi dApps on Axelr.
News
August 22, 2022
Transfer Terra assets to EVM chains using Satellite
As we begin to bring greater cross-chain interoperability to the blockchain space, one of our early initiatives is the simple transfer of assets across chains.
Over a year of hard work by the team and our partners has gone into developing the network. While we are just getting started, this is a major milestone that we are incredibly excited to share.
No items found.
August 22, 2022
Axelar Partners with Metrika to Bring Operational Intelligence Tools to the Network
Axelar is excited to announce a partnership with Metrika to empower Axelar’s community with operational intelligence tools.