Тёмный
Pixeto
Pixeto
Pixeto
Подписаться
Комментарии
@peacesquare7877
@peacesquare7877 25 дней назад
Great Video, Linked in and twitter links are working fine, but facebook share is not working
@pixetoco
@pixetoco 25 дней назад
Please double-check the attributes to ensure everything is set up correctly on your end. We've tested it, and it seems to be working fine for us. Thanks!
@verion1.0
@verion1.0 25 дней назад
For me also all three platforms are working.
@cosmiqdesigner
@cosmiqdesigner Месяц назад
These are really clean animations. Great work. Can we have something similar for framer?
@patrickrodrigues2892
@patrickrodrigues2892 2 месяца назад
Nice video! :) One question: is it possible to use the same button/element to start the music and mute/unmute the sound?
@pixetoco
@pixetoco 2 месяца назад
Sure, it's possible! You just have to assign the id "start" to that button or instead of id use class for this part ($(".start").on("click", function () { sound.play(); });) and structure the button accordingly.
@tiskraba
@tiskraba 2 месяца назад
What about accessibility?
@Discomurf
@Discomurf 2 месяца назад
Great tutorial - thanks! 👍 Wondering if it's possible to have the mute button work on a multi-page site? (while keeping its on/off state)
@pixetoco
@pixetoco 2 месяца назад
Sure possible, we can use local storage to store the mute state information and change it accordingly. If you'd like to apply this to multiple pages, past the code in the project settings and Replace this part (with this snippet). And use "muted" class to style the active state. // Toggle mute/unmute functionality on click $(document).ready(function() { if (localStorage.getItem("muteState") === "true") { Howler.mute(true); $("#sound").addClass("muted"); } else { Howler.mute(false); $("#sound").removeClass("muted"); } $("#sound").on("click", function () { let isMuted = !Howler._muted; Howler.mute(isMuted); $(this).toggleClass("muted", isMuted); localStorage.setItem("muteState", isMuted.toString()); }); });
@Discomurf
@Discomurf 2 месяца назад
@@pixetoco much appreciated- thanks!
@lucasjstifano
@lucasjstifano 2 месяца назад
Crazy how this is the only up to date video on this. Major thanks my friend!
@Jack-hq8ce
@Jack-hq8ce 3 месяца назад
broo can you make more webflow tutorials
@pixetoco
@pixetoco 4 месяца назад
The code has been revised and updated for the "month" to "year" text change. Feel free to get the latest version from the cloneable guys!!
@Me11owiris
@Me11owiris 4 месяца назад
The cloneable crashes and the switch doesn't work fro yearly to monthly, any ideas what's wrong?
@saunderjohnson8572
@saunderjohnson8572 3 месяца назад
same @@Me11owiris
@chenyuhuang4969
@chenyuhuang4969 4 месяца назад
Thank you so much for this amazing solution! But I just found out that the text after the number is not changing accordingly. No matter when you click annual or montly billing it always shows "per month". Do you have any solution for this?
@pixetoco
@pixetoco 25 дней назад
The code is updated, please check now.
@akbarbadsha25
@akbarbadsha25 4 месяца назад
This is awesome. So much helpful 🎉
@RahulYadav-yg6zh
@RahulYadav-yg6zh 10 месяцев назад
More videos on animations and interactions please
@MAJHARULISLAM-sj3jx
@MAJHARULISLAM-sj3jx 11 месяцев назад
what is the mouse cursor name?
@DQime
@DQime 11 месяцев назад
what service/program did you use to visualize the content architecture?
@pixetoco
@pixetoco 11 месяцев назад
Its octopus.do/
@archanarao6104
@archanarao6104 Год назад
Can you please do a video on the business side of how to build a webflow agency?
@Arkaroy99
@Arkaroy99 Год назад
Happy to be your 200th subscriber 😅
@pixetoco
@pixetoco Год назад
🙌
@learncode5110
@learncode5110 Год назад
Bro leave webflow start making tuts on framer
@AaronOcampoZ
@AaronOcampoZ Год назад
The video is great although the music is to high and your voice it's barely understandable. Keep up the good work!
@pixetoco
@pixetoco Год назад
Thanks for the feedback Aaron!
@shaheerrahman87
@shaheerrahman87 Год назад
Yo! So cool! Thanks!
@johnnyebenton
@johnnyebenton Год назад
This is really smart! I’ve been doing this manually for each project. This is so much quicker. Thank you for sharing.
@pixetoco
@pixetoco Год назад
🙌
@diveej
@diveej Год назад
this doesn't show how to turn it from per month to per year in the text
@ftanari6879
@ftanari6879 Год назад
Awesome thanks for sharing!
@jessicalorrene5626
@jessicalorrene5626 Год назад
Great job, I love it. I just started out with webflow today; I cant wait to consume your tutorials. Please what software do you use in recording your screen?
@pixetoco
@pixetoco Год назад
Glad to be of help Jessica! We currently use OBS Studio to record our screen.
@jessicalorrene5626
@jessicalorrene5626 Год назад
@@pixetoco Amazing, thank you!
@danherzl
@danherzl Год назад
Obrigado por compartilhar! Continue criando vídeos, abraço do Brasil!
@pixetoco
@pixetoco Год назад
obrigado pelas palavras gentis, mais vídeos em breve!
@thenomandesigns
@thenomandesigns Год назад
Great work Pixeto Team, Learning a lot from you guys 🙏🙏
@pixetoco
@pixetoco Год назад
Glad to help!
@rehankhurshid
@rehankhurshid Год назад
Superb! ❤ Keem em Coming
@bedantasaikia1296
@bedantasaikia1296 Год назад
Super helpful 👍