Laxxx.js - An Awesome Scroll Animation Library that's Only 2KB!

  Рет қаралды 83,519

DesignCourse

DesignCourse

Күн бұрын

Пікірлер: 86
@FMontanari709
@FMontanari709 5 жыл бұрын
"Avoid transforms on large elements" and proceeds to rotate the huge box in the background 😂 Great tutorial! I will take a look at this library later, but seems really nice and smooth!
@DesignCourse
@DesignCourse 5 жыл бұрын
UPDATE: Laxxx.js was updated right after this video, and you need to add a class="lax" to the elements you want to animate. What do you use for your scroll-based animation needs? GSAP? Anime.js? Maybe Laxxx.js now? Let me know!
@md.akib5124
@md.akib5124 5 жыл бұрын
never emphasized on scroll based animation that much except smoothly scrolling. As far as can remember was only one anim where background image would gradually go blur based on scroll
@huckfaters
@huckfaters 5 жыл бұрын
Backend developer here
@balajijangde8470
@balajijangde8470 5 жыл бұрын
skrollr js and scroll magic
@misterjaypeasmith
@misterjaypeasmith 5 жыл бұрын
Animate-on-scroll AOS has been good to me, but I can’t wait to try laxxx.js!
@leobrsoulmaster
@leobrsoulmaster 4 жыл бұрын
very simple way to animate, gz for the video
@faissalabsml4393
@faissalabsml4393 5 жыл бұрын
Always sharing new and great content, thank you Gary.
@FirstReducer
@FirstReducer 5 жыл бұрын
Subscribed for the track at the end
@sagarsivan3262
@sagarsivan3262 5 жыл бұрын
Thank You....
@raydavis6245
@raydavis6245 5 жыл бұрын
The animation didn't work for me as per the code in this video with the latest version v1.2.2 of the library, it looks as though a change was made to the laxxx.js library where it now expects the element that is being animated to have class="lax" put on it, this then worked for me.
@marylim2926
@marylim2926 2 жыл бұрын
Does anyone knows how to make it responsive? :/
@ameerattaa2250
@ameerattaa2250 5 жыл бұрын
hi bro do you know the of any library that is used to display 360 idegree image in angular ?
@rakshitarenja7123
@rakshitarenja7123 4 жыл бұрын
going along with you was easy till the animations comes, then i copied your code from codepen and commented my codes then also animations were not working..
@TheShouldersurfer
@TheShouldersurfer 5 жыл бұрын
It's possible you can use it in github page?
@vickylance
@vickylance 5 жыл бұрын
Can it be used on a React Project?
@sarcasticdna
@sarcasticdna 3 жыл бұрын
Yeah you can
@topscompilation7239
@topscompilation7239 3 жыл бұрын
@@sarcasticdna how?
@TwstedTV
@TwstedTV 5 жыл бұрын
its 3kb now LOL
@R3TT1CH
@R3TT1CH 5 жыл бұрын
--save isn't necessary anymore as of npm version 5+. Packages get automatically added to the package.json file by now :)
@FedericoGranata
@FedericoGranata 5 жыл бұрын
This is the comment I was looking for!!!
@Hasnain1F
@Hasnain1F 5 жыл бұрын
@@FedericoGranata You could've simply visited the docs or read a blog post instead of looking for comments.
@FedericoGranata
@FedericoGranata 5 жыл бұрын
@@Hasnain1F I know that the save option isn't required anymore. I was just looking for a comment stating so
@mohamedshuaau632
@mohamedshuaau632 3 жыл бұрын
@@Hasnain1F I think you missed the point
@cowtoystorybeer
@cowtoystorybeer 3 жыл бұрын
Could you please do a tutorial of the new lax.js 2.0? Thanks for all the great content!
@JamesWelbes
@JamesWelbes 4 жыл бұрын
incredibly confusing. I add the same exact data attributes to three elements. It works perfectly on the 1st, does nothing to the other two. I add "data-lax-anchor="self"" to the two that aren't working, and then they almost work, except they do the exact opposite! They're supposed to fade in, and up, and they fade out, and down. I think they have a bit more work they need to do on this. Maybe their 2.0 Alpha will work better.
@anistajioui3581
@anistajioui3581 4 жыл бұрын
Take my upvote
@clydedsouza5843
@clydedsouza5843 3 жыл бұрын
WARNING For all those who are watching this after Nov 2020. Lax 2.0 is a completely new script and overrides the old one, so it will no longer work. So you need to download this file - github.com/alexfoxy/lax.js/releases/tag/v1.2.5 and do it manually. Plus thank me and also help others by pressing the like button!
@harshitpant3067
@harshitpant3067 5 жыл бұрын
github.com/alexfoxy/laxxx Repository URL if someone wants it. I can't seem to find that in the description
@charith-q8m
@charith-q8m 4 ай бұрын
Bro's hair cut btw.. lol 😆😂 💕
@titus7770
@titus7770 5 жыл бұрын
Yo Gary I just followed the tutorial nothing worked for me. I've now followed the git and it seems it has been updated you need to add a class of lax now?
@titus7770
@titus7770 5 жыл бұрын
This is my current code and it works ghostbin.com/paste/g5wkj
@Arttyor
@Arttyor 5 жыл бұрын
Why does it still feel like it lags, and I have GTX 1050 with hardware accelration turned on for browser?
@Arttyor
@Arttyor 5 жыл бұрын
@@fjgaming8019 CSS 2D transforms use your CPU for rendering, but CSS3, use 3D transforms and use your GPU if allowed by browser (by default it's allowed)
@primatondyaryakurniawan267
@primatondyaryakurniawan267 3 жыл бұрын
Awesome stuff
@vinny142
@vinny142 5 жыл бұрын
Am I the only one who find it annoying how the poeple in the Javascript world are the only ones who keep naming their libraries after the first filename they started with? If you look at a Python library it's just called "furbyfurb", a C library is alled "smorgesborg", but in javascript it's always "doobiedoo js" or "snurfy js". Even entire frameworks do it; react.js , vue.js... why? Do javascript developers get confused if the extension is missing? Sure, it's similar to the utter stupidity of companies callingthemselves after their domain namens, whole ".com" bubble etc.. Are people really this stupid?
@smurffronda2951
@smurffronda2951 3 жыл бұрын
thanks
@elanges93
@elanges93 2 жыл бұрын
Wow❤️❤️ amazing library, definitely gonna try this on my next project
@AstroSirrus
@AstroSirrus 4 жыл бұрын
What if I just want the elements to animate in when scrolling the first time and then stay there? Does LAX.JS allow that function?
4 жыл бұрын
Awesome! Your videos always provide useful content & information. Thank you very much
@byvtrx7766
@byvtrx7766 5 жыл бұрын
Can't you do the same thing with scroll spy in bootstrap? And since you probably want to use bootstrap anyway that would make this library completely unnecessary.
@Faruk_Islamovic
@Faruk_Islamovic 5 жыл бұрын
Now its 3kb xD
@narendraverma825
@narendraverma825 4 жыл бұрын
How can we use this with pseudo-class?
@brucekoehler1154
@brucekoehler1154 5 жыл бұрын
Hi Gary, could you possibly make a tutorial on horizontal page scrolling for a website? I saw the effect once awhile back and wanted to add it to a project.
@MayurPatel3209
@MayurPatel3209 5 жыл бұрын
Demo already on lax.js page. alexfox.dev/laxxx/sprite.html
@ellier35
@ellier35 4 жыл бұрын
@@MayurPatel3209 not found
@eugenenovikov671
@eugenenovikov671 5 жыл бұрын
year 2019, animation lib tut: VS Code is a free lightweight Microsoft ide....
@franktielemans6624
@franktielemans6624 5 жыл бұрын
Awesome, reminds me of wow.js, but this one is better. because with this you can have different animations for different screensizes.
@ZiafatAli
@ZiafatAli 4 жыл бұрын
Wohoohooooo!!! Finally something really simple and easy for parallax and animations. Excellent library. Thanks a lot for sharing.
@MukeshKumaR-hz8nl
@MukeshKumaR-hz8nl 5 жыл бұрын
So amusing... :D Learned something new and so quickly. It was so great. Thanks Gary :)
@TheFayb
@TheFayb 5 жыл бұрын
Thanks again Gary but could you make a tutorial using laxxx or anime js with angular ?
@koukiadem
@koukiadem 5 жыл бұрын
Nice Does anyone have angular package for this library
@emanuel5247
@emanuel5247 5 жыл бұрын
God bless you richly
@InverserPro
@InverserPro 5 жыл бұрын
Thanks you!
@techninja8049
@techninja8049 5 жыл бұрын
Nice vids!
@SWGTBruno
@SWGTBruno 5 жыл бұрын
Notification Squad UNITE!!
@brhh
@brhh 4 жыл бұрын
that's the saddest comment in here
@yongzeyao1337
@yongzeyao1337 5 жыл бұрын
Great library!!!!
@sivahari97
@sivahari97 5 жыл бұрын
Awesome man...
@AllenMarsam
@AllenMarsam 5 жыл бұрын
awesome
@divyasampath9500
@divyasampath9500 5 жыл бұрын
Enjoyed this tutorial :) Though the latest update in the script is not working.
@divyasampath9500
@divyasampath9500 5 жыл бұрын
@Fedi Bounouh Umm..I did...Maybe there is something else to fix in my code.
@SudarshanSaxenatherockstar
@SudarshanSaxenatherockstar 5 жыл бұрын
How can I use this in React JS?
@MayurPatel3209
@MayurPatel3209 5 жыл бұрын
This is great. You can always find the CDN on jsdelivr.com and it is pretty fast than most CDNs I have tested. It gets the library directly from npm and minifies the file pretty well.
@Hellofriendzzz
@Hellofriendzzz 5 жыл бұрын
thanks for sharing this knowledge ! great content , keep up the good work
@juancamilonarvaezsandoval7969
@juancamilonarvaezsandoval7969 5 жыл бұрын
Nice
@esmhos
@esmhos 5 жыл бұрын
thanks it's very helpful
@zafariqbal92
@zafariqbal92 5 жыл бұрын
Amazing loved it thanks
@wibudesu205
@wibudesu205 5 жыл бұрын
0 dislike wow
@octahedron646
@octahedron646 5 жыл бұрын
I normally use scrollreveal, that use animate.css with view factor, delay and duration options. But this is a great script ! Easy and light, perfect 👌 just wondering performance one mobile device. Thanks for sharing Edit: I figured out that scrollreveal is no more free for commercial usage.
@alexfoxy
@alexfoxy 5 жыл бұрын
I can't comment for lower power devices - but it's silky on my iPhone 6S :)
@kmtreco2
@kmtreco2 5 жыл бұрын
how to install in angular?
@sajafFONiOS
@sajafFONiOS 5 жыл бұрын
thank you MS DEV
@ranggahananto6820
@ranggahananto6820 5 жыл бұрын
@DesignCourse this is manthul!
@codehow_
@codehow_ 5 жыл бұрын
Awesome!
@ПётрИванович-ы3г
@ПётрИванович-ы3г 5 жыл бұрын
Спасибо
@baktohelp
@baktohelp 5 жыл бұрын
I authorized thanks
@harshitharshit6448
@harshitharshit6448 5 жыл бұрын
First Comment 😁
@md.akib5124
@md.akib5124 5 жыл бұрын
as awesome as you Gary.
Mastering Scroll Animations with GSAP ScrollTrigger
23:02
DesignCourse
Рет қаралды 130 М.
Vanilla JavaScript Parallax with just a Few Lines of Code
23:15
DesignCourse
Рет қаралды 101 М.
Поветкин заставил себя уважать!
01:00
МИНУС БАЛЛ
Рет қаралды 6 МЛН
GIANT Gummy Worm Pt.6 #shorts
00:46
Mr DegrEE
Рет қаралды 94 МЛН
哈莉奎因怎么变骷髅了#小丑 #shorts
00:19
好人小丑
Рет қаралды 53 МЛН
This UI component library is mind-blowing
8:23
Beyond Fireship
Рет қаралды 678 М.
Creating JavaScript Animations with Scene.js (GSAP Alternative)
43:55
Awwward Winning Websites Gone Wrong
8:16
DesignCourse
Рет қаралды 18 М.
Creating Touch-Friendly Parallax Effects with Atropos.js
26:08
DesignCourse
Рет қаралды 12 М.
Creating Sick Page Transitions with Barba.js & GSAP
20:05
DesignCourse
Рет қаралды 136 М.
Javascript Scroll Animation Tutorial | GSAP and ScrollMagic Tutorial
19:51
Subtle, yet Beautiful Scroll Animations
5:04
Beyond Fireship
Рет қаралды 1,7 МЛН
مين بيعمل أكل اطيب  ماما 🧕 أو بابا🧔#shorts #hasanandnour
0:27
NourSan Family | جودي و كايا
Рет қаралды 5 МЛН
Mom and Daughter Glam Makeup Looks!🌟
0:17
La La Learn
Рет қаралды 39 МЛН
How do Cats Eat Watermelon? 🍉
0:21
One More
Рет қаралды 10 МЛН
🥹❤️
0:40
Софья Земляная
Рет қаралды 3,2 МЛН
A Cowboy's Last Wish Ride on His Favorite Horse at Bobby's Ranch
0:19
Sir Clancelot, King of the Belgians
Рет қаралды 27 МЛН
🥹❤️
0:40
Софья Земляная
Рет қаралды 3,2 МЛН