$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.
In the last few posts (I, II) we looked at the existing interoperability landscape and the properties needed from scalable cross-chain communication networks.
No items found.
January 16, 2023
AMA: Manta Network, Axelar & the Specialized Multichain Future
Axelar and Manta Network co-founders connected for an ask-me-anything (AMA) to discuss interoperability, Web3 use
News
January 16, 2023
Axelar Talks Interoperability at Avalanche Summit
Avalanche interoperability of course exists between subnets, but what about on- and off-ramps to the Avalanche ecosystem?
News
January 16, 2023
Accounting for stake in threshold signature schemes
A threshold signature scheme enables a set of parties to split a secret key for a signature scheme in such a way that any subset of t+1 or more parties can collaborate to produce a signature, but no subset of t or fewer parties can produce...
No items found.
January 12, 2023
What are Cross-Chain Bridges? Benefits and Risks
Even though cross-chain bridges have gained immense popularity, are they the ideal interoperability solution for a cross-chain future?
No items found.
January 11, 2023
What's Next for Axelar in 2023
Axelar wraps up and reviews its first year on mainnet, and looks ahead to what's to come on the network that is pioneering interchain infrastructure.
News
January 5, 2023
How to Bridge Into Cosmos: Transferring Stablecoins From Polygon to Osmosis
Here's how to bridge into Cosmos with $USDC from Polygon to Osmosis. On Osmosis, you can swap your $USDC for any token native to the Cosmos to take the first step in your exploration.
No items found.
December 19, 2022
$60M for Builders Who Can Lead Web3
The next wave of crypto adoption, whenever it may come, won’t be left to centralized “Web2” applications.
News
December 16, 2022
Bring the Program to the Asset
Cross-chain function calls on Axelar allow applications to interoperate without moving assets.
Technology
December 15, 2022
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
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 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 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.