Create a SVG Loading Animation with Adobe Illustrator

Поділитися
Вставка
  • Опубліковано 29 жов 2024

КОМЕНТАРІ • 136

  • @alireza.tayari
    @alireza.tayari 5 років тому

    That was great. The pace was good. No extra explanations. Great English. Well done.

  • @m1hael
    @m1hael 3 роки тому +2

    7:11 if you wonder why you need to make it like this. It is because your rotation dot is pointed to the peak (top) of your dashed circle that's why you need to put coordinates to half (half of diameter = radius) of the circle and get the middle point as the rotation dot (so the circle will spin 360° around that dot),

    • @ramajor
      @ramajor 10 місяців тому

      was just about to say the same, easier fix

  • @designmeat4813
    @designmeat4813 6 років тому

    Your teaching style is great. You also don't talk a mile a minute, and explain things well. Not too much 'blah blah blah' but just enough critical information. And the pausing and jumping back in was done so seamlessly, if you hadn't said you paused nobody would ever have known (but thanks for the mention; it made you more human and hilarious)....I felt like you were a real person I could have a coffee with and talk shop with about design. And not be drinking coffee with a pretentious asshole. :D Your humanity and ability to describe things well without 'word clutter'...while also not leaving out critical information is what made me subscribe to your channel. Thanks for this. Hope you're still running design courses....this vid is nearly 4 years old. :D Thanks again. Made my day.

  • @SergioMassao
    @SergioMassao 4 роки тому

    Thank you dear.
    I was in need of differentiated gauges and I didn't know how SVGs were made.
    You gave great ideas to create them!
    Thanks!

  • @tanagiteam
    @tanagiteam 7 років тому +1

    Thank you for this quick , great , in-depth explanation for SVG file extension, basically another language only that it's not usable with all browsers yet (it's been 3 years since you posted this tutorial :)) so it's importent to embad the actual code just like you did in this tutorial and not just placing an imageName.svg in the html ,hope it will get there soon , SVG's are great time and space savers.

  • @mehdiSupp
    @mehdiSupp 10 років тому +1

    To fix the problem of the dashed lines close to each other in Illustrator, simple go over to the stroke settings popup, and switch the mode by clicking on one of the buttons next to the checkbox "Dashed Line".

  • @OurFreedomIsFalse
    @OurFreedomIsFalse 9 років тому +4

    Really helped my out trying SVG animation for the first time today.
    Thanks, dude.

    • @randyfisher873
      @randyfisher873 3 роки тому

      I guess it's quite off topic but does anyone know a good site to watch new movies online ?

    • @nikolaiarchie5958
      @nikolaiarchie5958 3 роки тому

      @Randy Fisher Flixportal :)

    • @randyfisher873
      @randyfisher873 3 роки тому

      @Nikolai Archie Thanks, I went there and it seems like a nice service :) I appreciate it !!

    • @nikolaiarchie5958
      @nikolaiarchie5958 3 роки тому

      @Randy Fisher you are welcome :)

  • @JVazq484734
    @JVazq484734 10 років тому +15

    Talk about Nerd-gasm... I will be lost for a couple of days playing with this!

  • @boyan3977
    @boyan3977 9 років тому +39

    "SVG's SMIL animations (, , etc.) are deprecated and will be removed. Please use CSS animations or Web animations instead." - jQuery
    Well...

    • @captainheretic
      @captainheretic 7 років тому +6

      "Okay bye jquery" - youmightnotneedjquery.com

  • @6iac
    @6iac 10 років тому +1

    A clear explanation, extremely rare!

  • @santiagoenciso8657
    @santiagoenciso8657 9 років тому +1

    Very well presented video. You explained every single step throroughtly. Thank you!

  • @GYAANESHWARSHARMAA
    @GYAANESHWARSHARMAA 8 років тому

    I like your videos
    I have started learning SVG.
    Great thanks to you people

  • @unfa00
    @unfa00 10 років тому +1

    Great as an introduction to SVG animation, I'm very fresh in this area and it seems really neat!
    Thank you for the lesson. Good work! :)

  • @leogarza5022
    @leogarza5022 5 років тому +1

    If anyone wants to do the animation through css, use this:
    @-webkit-keyframes rotation {
    0% {
    transform: rotate(0deg);
    transform-origin: center center;

    }
    100% {
    transform: rotate(359deg);
    transform-origin: center center;
    }
    }

  • @VarasWarrior
    @VarasWarrior 9 років тому

    This is pretty useful. It would be nice if you explained things a little more though.
    also, I think you need you need to use java to do the animation when hovering over it (have the HTML attribute call the javascript with the onmouseover or whatever you choose). if this is not true, please tell me.

  • @spadilha
    @spadilha 9 років тому +21

    Your code is not working on Firefox. You need to include "0" at the "begin" parameter. i.e. begin=".2" => begin="0.2"

    • @melvinisican5156
      @melvinisican5156 9 років тому

      +Saulo Padilha
      does it work on all platforms?

  • @STELLARGames
    @STELLARGames 7 років тому

    What is the HTML editor you are using?

  • @TanmayKapse
    @TanmayKapse 9 років тому

    Thanks a lot buddy , really helped 😄 , just a quick question .. Can i get a full list of "type" animations ... For example rotate .. I am sure there will be so many more ... If you cld help out thanks 😄

  • @kawser785
    @kawser785 7 років тому +1

    Pretty cool stuff!

  • @parkthomp
    @parkthomp 5 років тому

    You should look into the align window.

  • @evgheniliuft
    @evgheniliuft 9 років тому

    Thanks for tutorial!
    Question, is it working for mobile and desktop applications?

  • @Najebanski
    @Najebanski 9 років тому

    Awesome and to the point, subbed.

  • @harbinhaJMU
    @harbinhaJMU 10 років тому

    Great tutorial - many thanks!

  • @Billabongesta
    @Billabongesta 9 років тому

    Is this SMIL animation? What do you think about going with Snap.js? Thanks a lot, great tutorial.

  • @SevenUpHub
    @SevenUpHub 9 років тому

    Great tutorial! Subscribed for sure!

  • @rafaolszew237
    @rafaolszew237 9 років тому

    Great Tutorial ... Dobra robota ...

  • @ogovostudios2900
    @ogovostudios2900 8 років тому

    Very nice video. Just subscribed!

  • @N0STIC0
    @N0STIC0 8 років тому +1

    Thanks a lot dude, this worked perfect. I just have a question since I want to make a sequence, like a red rectangle fade in the first second, then a yellow rectangle that was behind fade in second 2, then a blue rectangle that was behind the yellow one fade in the second 3 and finally make the first red rectangle reappear in the second 4. Please, how could I make all these sequence loop?

    • @N0STIC0
      @N0STIC0 8 років тому +1

      In case someone is interested, I did it with keyTimes (not sure it's the best way, but it worked). I couldn't exactly wrap the animations but I was able to set an specific value for each point in a period of time, that in each animation, so they made a sequence =)

  • @abhiruproyz
    @abhiruproyz 5 років тому

    You're a legend

  • @zammykoo
    @zammykoo 8 років тому

    Super helpful. Thanks!

  • @TheNinjai74
    @TheNinjai74 10 років тому

    Cool! Thanks for sharing but really somebody really dislikes this..., why?

  • @chrishansen4163
    @chrishansen4163 6 років тому

    Cool vid. I learned something. Thanks

  • @mikewelch9720
    @mikewelch9720 4 роки тому

    thank you

  • @jairhernanotinianoproa1802
    @jairhernanotinianoproa1802 9 років тому

    It's incredible!! Thanks to share it!!! :D

  • @adse327
    @adse327 Рік тому

    had this request yesterday kinda made svg code than i placed css animations on elements via css works also

  • @r8048
    @r8048 9 років тому

    Very nice!

  • @Tidussoul
    @Tidussoul 7 років тому

    Thanks! It's stunning!:D

  • @RicardoRivera-ci3kc
    @RicardoRivera-ci3kc 8 років тому +1

    Wow! what a nice tutorial! very explicit!

    • @streamdr1499
      @streamdr1499 7 років тому

      totally agree, really good. subscribed

  • @McGavel1
    @McGavel1 9 років тому

    Cool, thanks for the great info!

  • @sunrose1535
    @sunrose1535 5 років тому

    Thanks

  • @nicolasluna3004
    @nicolasluna3004 7 років тому

    Perfect Tutorial!! Thanks =D

  • @verbindung
    @verbindung 10 років тому

    very nice, subscribed!

  • @anuragnigamm
    @anuragnigamm 9 років тому

    Ohh yeahh..! That's what I was looking for..! Thanks Mate :)

  • @gaudvinayak
    @gaudvinayak 7 років тому

    Gotcha!! Just one doubt why he used id if that isn't even matter?

  • @alymohamedhassan
    @alymohamedhassan 8 років тому

    I'm having trouble when rotating a circle it moved completely from its original place, I'm making my own now!

  • @amlanmohapatra8751
    @amlanmohapatra8751 8 років тому

    superb..

  • @Kuwandi
    @Kuwandi 7 років тому

    officially tired of wix commercials - great tut*

  • @RyanJohnsonD
    @RyanJohnsonD 9 років тому +1

    Looks like you're going to lose your animation code when you re-save the SVG. Is there a way to not lose all the edits you made in the SVG file? After you adjusted the dashed lines at the end of the tutorial and re-saved the SVG file, did you loose all the animation code in the text file? Do you have to save out the file as a different name, and then cut and paste your old animation code from the first file into the newly saved SVG?

    • @Xfacta12482
      @Xfacta12482 6 років тому

      He was just doing that for our benefit and to show us why it was being caused...he'd have to re-export the SVG for the changes to take effect.

  • @Seyfettin0
    @Seyfettin0 5 років тому

    I have a question, How you know like this tons of codes :)

  • @sayaro
    @sayaro 7 років тому

    "You know what? I don't care about the id" Hahaha.. first time I hear that.. that was funny. Very good tutorial! Thank you very much for this information because It was clear and easy to understand. Video as well.

    • @designmeat4813
      @designmeat4813 6 років тому

      Prolly one of my favorite moments here. :D LOL...

  • @infobar4947
    @infobar4947 9 років тому

    awesome tutorial 1no

  • @truth2580
    @truth2580 8 років тому

    Hey can i do this using INKSCAPE....?

  • @justeugen
    @justeugen 7 років тому

    I realy liked it. thx

  • @somnomnoms
    @somnomnoms 10 років тому

    How can I make the paths movement's up and down to ease in for .5 second

  • @BestGameForPlay
    @BestGameForPlay 8 років тому

    you are awesome dude! =)
    Thanx for video!

  • @ChunkyChest
    @ChunkyChest 9 років тому

    would be nice if there was a similar video with js interaction.

  • @iahmadsa
    @iahmadsa 9 років тому

    What used to write the codes I do not know how to open the page codes on MacBook Thank you

    • @PaulCavanagh69
      @PaulCavanagh69 9 років тому

      iAhmad SA ツ Use sublime text editor found here www.sublimetext.com/

  • @dhavalpatel6275
    @dhavalpatel6275 7 років тому +1

    Not Working Your Code My SVG File

  • @Bliss..
    @Bliss.. 10 років тому

    haha landed back to you again after a google search :d thanks for the vid.

  • @itaco8066
    @itaco8066 7 років тому

    super cool

  • @Kuwandi
    @Kuwandi 7 років тому

    can this be applied to an e-mail ....signoff let say ??

  • @professorneila2941
    @professorneila2941 6 років тому

    thank you!!!

  • @ZiafatAli
    @ZiafatAli 8 років тому

    Great...

  • @V3ritas1989
    @V3ritas1989 9 років тому

    So I am not able to edit the code inside the Illustrator?

  • @MarkSRiddle
    @MarkSRiddle 10 років тому +1

    Thank you for this tutorial, I have one question about this : How did you communicate with each element on the SVG ? I'm using Edge Animate and I didn't find how to do that beside saving each element as a independent SVG so I can animate it !

    • @jatinbedi6309
      @jatinbedi6309 4 роки тому

      you can name each path/element of your SVG in the illustrator file and the name will show up as a id/class in the code. helps to find out the exact element you wanna work with.
      I'm a bit too late tho
      hope you're doing well in these tough times

  • @carmahdee
    @carmahdee 10 років тому

    Very very cool! Thank you :D

  • @nihaljalal5693
    @nihaljalal5693 8 років тому

    Can I do this for Dreamweaver?

  • @samlovescoding
    @samlovescoding 7 років тому

    good ol days

  • @the_real_vdegenne
    @the_real_vdegenne 9 років тому +13

    very interesting, but why the hell did you write "with Adobe Illustrator" in the title, this is useless and confusing, you are creating the animation by hand and in sublime text after all. I was searching for a video explaining how to animate FROM Adobe Illustrator (using attributes maker directly in Illustrator and using css3 animations instructions would be the best, do you know where I can find such a tutorial ?). cheers

    • @PaulCavanagh69
      @PaulCavanagh69 9 років тому +2

      ***** ***** as the title says "create an svg ... with adobe illustrator" as the app can create a graphic and save it as a svg format from there you can edit the svg with a text file editor to make adjustments.

    • @the_real_vdegenne
      @the_real_vdegenne 8 років тому +2

      +Paul Cavanagh but still you don't automate the animation directly in Illustrator, that's what I meant.

    • @chrishansen4163
      @chrishansen4163 6 років тому +1

      Dude..wth are you smokin.

    • @envigraphy
      @envigraphy 6 років тому +4

      Valentin is correct, the title is misleading af. I suspect it's a clickbait title aiming to reel in people who are looking for a way to visually create animated SVG.

  • @iAmJassim
    @iAmJassim 10 років тому

    thank you, very much.

  • @markanthonyvilludo8963
    @markanthonyvilludo8963 9 років тому

    nice!

  • @FrankieIronPants
    @FrankieIronPants 8 років тому

    how do i get the index file?

  • @rjtkoh
    @rjtkoh 9 років тому

    Hey thanks for the great tutorial. However I can't get it to work in firefox. The svg just stays static. Any idea why?

    • @spadilha
      @spadilha 9 років тому +2

      rjtkoh I've fixed the problem on Firefox by include add "0" at the "begin" parameter. Just change begin=".1" to begin="0.1" and so on.

    • @rjtkoh
      @rjtkoh 9 років тому

      Saulo Padilha good job!

    • @MichaelMalottUX
      @MichaelMalottUX 9 років тому

      Saulo Padilha I'm looking on my code but I don't see a "begin" parameter and all of my are whole numbers, not decimals anyway. I still can't get my bars to animate in Firefox but the circles rotate just fine.

  • @Sibrha
    @Sibrha 9 років тому

    Thanks for sharing .. thank you :)

  •  6 років тому

    thanks..

  • @themariusangelo
    @themariusangelo 10 років тому

    what's the title of the song at the end? :)

  • @qualityrenov
    @qualityrenov 8 років тому

    I cant thank you enough

  • @disenoerco4719
    @disenoerco4719 5 років тому

    there is no other way to animate svg's with out using code?

    • @fenilli
      @fenilli 5 років тому

      you can check out his video ua-cam.com/video/P35hQOsW0xU/v-deo.html

  • @sandeepa2732
    @sandeepa2732 9 років тому +1

    Superb tutorial.. Really.. BUT i couldn't understand how to translate objects horizontally instead of moving them vertically.. This thing is really bugging me.. CAN ANYONE HELP PLEASE!!

    • @luisfernandogranadoshernan7788
      @luisfernandogranadoshernan7788 9 років тому +4

      Sandeep A you just have to change the values, the first 0 its for x and the second value its for y

    • @PaulCavanagh69
      @PaulCavanagh69 9 років тому +3

      Sandeep A in the values section
      values="0,6;0,-6;0,6"
      the 0 is x value which is the horizontal movement
      and 6 is y value which is the vertical movement
      just adjust values and experiment

    • @sandeepa2732
      @sandeepa2732 9 років тому

      Thanks Paul and Luis.. Now i got it..

    • @chronicleph94
      @chronicleph94 6 років тому

      coursetro.com/posts/code/141/Learn-how-to-Create-Vue-Router-Animations---Transitions-Between-Pages

  • @MuratKartalsty
    @MuratKartalsty 8 років тому

    Teşekkürler (Thanks)

  • @mattiarainieri7979
    @mattiarainieri7979 7 років тому

    please record this video in 4k

  • @gsxiclinicno
    @gsxiclinicno 7 років тому +1

    It sucks! Since the project-files are removed. Can't find the project files on given link.

  • @jackfeegel5612
    @jackfeegel5612 4 роки тому

    this isn't showing how to do much with illustrator, just the text edit html

  • @TheDweeb002
    @TheDweeb002 7 років тому

    Dead link on the project files. Just takes you to the courses

  • @jameschizzy6333
    @jameschizzy6333 5 років тому

    Gary sure looks different

  • @1323smile
    @1323smile 6 років тому +5

    The title is completely misleading "Design in Illustrator and Code SVG Animations in Subllime" will be more apt.

  • @Dabayare
    @Dabayare 9 років тому

    If you just took the SVG code from the adobe file, your svg would have been 1K.

  • @maimohamed3590
    @maimohamed3590 5 років тому

    WOW😎👌✨

  • @Gloopsies
    @Gloopsies 8 років тому

    I can't log on site!!!

  • @miniSasquatch23
    @miniSasquatch23 7 років тому

    You're nice guy:P

  • @bogesmalone4514
    @bogesmalone4514 4 роки тому

    My wiiiifee

  • @laptrinh5862
    @laptrinh5862 7 років тому

    can you give me source file svg

    • @PaulCavanagh69
      @PaulCavanagh69 7 років тому

      check the description

    • @somerandomchannel382
      @somerandomchannel382 7 років тому

      Cant make it work.. When I save the SVG i get insted of . And my animation doesn't start.

    • @PaulCavanagh69
      @PaulCavanagh69 7 років тому

      an svg file contains something like this

  • @ZiLoXCY
    @ZiLoXCY 5 років тому

    So the title is misleading. A Text editor aint illustrator.

  • @Kensidan
    @Kensidan 7 років тому

    круто)

  • @yrveanrs
    @yrveanrs 9 років тому

    41.444 views with 449 likes and 4 dislikes
    wtffffffff

  • @HFarazMukhtar
    @HFarazMukhtar 3 роки тому

    Bro, it can be done much easier in SVG tools. What are you doing seriously?

  • @Sukkulents_
    @Sukkulents_ 7 років тому

    He looks like he never hit puberty

    • @DesignCourse
      @DesignCourse  7 років тому

      Dude, I was only 12 years old there.

  • @jonathanxdoe
    @jonathanxdoe 7 років тому

    Let me be brutal, your logo is bad. The outline is wonky and doesn't read well

  • @threeone6012
    @threeone6012 7 років тому

    This guy has a bad attitude.

    • @DesignCourse
      @DesignCourse  7 років тому +2

      I was a drunkard back then.

    • @designmeat4813
      @designmeat4813 6 років тому

      I actually thought he was hilariously normal. How many times have all of us had to stop designing to go take care of something, and then have to get back into 'flow'...and it pisses us off a little? He's normal.
      Drunkard or not, you didn't have a bad attitude, video guy. :)

  • @AtifKhan-vt7is
    @AtifKhan-vt7is 6 років тому

    Thanks