1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

CSS3 animation

Discussion in 'HTML & Website Design' started by anushka123, Jun 26, 2014.

  1. #1
    Hi Guys,

    Tell me about the types css3 animation.
     
    anushka123, Jun 26, 2014 IP
  2. COBOLdinosaur

    COBOLdinosaur Active Member

    Messages:
    515
    Likes Received:
    123
    Best Answers:
    11
    Trophy Points:
    95
    #2
    Tell me about what you want to know, or dig through the 3.7 million hits on Google for the very broad generality you think can be covered in a forum.
     
    COBOLdinosaur, Jun 26, 2014 IP
  3. themes4all

    themes4all Well-Known Member

    Messages:
    662
    Likes Received:
    47
    Best Answers:
    6
    Trophy Points:
    100
    #3
    Look at Google : About 5,620,000 results, there is a bunch of tutorials and definition of CSS3 animation.
    If you will get a stuff that you don't understand, then come back, ask and we will give an answer.

    Good Reading and Goodluck
     
    themes4all, Jun 26, 2014 IP
  4. anushka123

    anushka123 Greenhorn

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #4
    Ok, bro thanks for replying.
     
    anushka123, Jun 27, 2014 IP
  5. jackonthenet

    jackonthenet Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #5
    Have a wee look at CSS3 Animate It, great little plugin for CSS3 Animations as they come into view http://css3-animate-it.jackonthe.net/
     
    jackonthenet, Jun 30, 2014 IP
  6. born_star16

    born_star16 Member

    Messages:
    297
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    36
    #6
    CSS3 has six types of the animation properties.
    animation-name, animation-duration, animation-timing-function, animation-delay, animation-iteration-count, animation-direction
     
    born_star16, Jul 4, 2014 IP
  7. AlbCoder

    AlbCoder Well-Known Member

    Messages:
    126
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    163
    #7
    you have milions of articles around the internet with the demos here is one http://webdesignerwall.com/trends/47-amazing-css3-animation-demos I Love GOOGLE :) before learning animations try learning the base of css padding margin the first steps.
     
    AlbCoder, Jul 4, 2014 IP
  8. COBOLdinosaur

    COBOLdinosaur Active Member

    Messages:
    515
    Likes Received:
    123
    Best Answers:
    11
    Trophy Points:
    95
    #8
    Why do I get the feeling this is heading towards adding yet another empty site with nothing but "cool" effects that ends up abandoned and unmaintained from a novice who has started at the wrong end of the learning curve?
     
    COBOLdinosaur, Jul 5, 2014 IP
  9. himel2011

    himel2011 Greenhorn

    Messages:
    33
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #9
    there are huge resource on the net about CSS3 animation. check out one by one...
     
    himel2011, Jul 8, 2014 IP
  10. vazues

    vazues Greenhorn

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #10
    Personally I only use the transition effect. That one is nice for buttons and such. For other stuff just stick to javascript. I think too much css animations is not very multi platform.
     
    vazues, Jul 8, 2014 IP
  11. COBOLdinosaur

    COBOLdinosaur Active Member

    Messages:
    515
    Likes Received:
    123
    Best Answers:
    11
    Trophy Points:
    95
    #11
    Javascript animations use about three times the energy of CSS animations. That means the battery of mobile devices or even unplugged laptopsa get drained faster by the less efficient scripted solutions.
     
    COBOLdinosaur, Jul 9, 2014 IP
  12. vazues

    vazues Greenhorn

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #12
    Fair point. Still I somewhat feel with CSS animations, lots of older devices and browsers go crazy.
    In general animations are not use-abilities best friend.
     
    vazues, Jul 9, 2014 IP
  13. COBOLdinosaur

    COBOLdinosaur Active Member

    Messages:
    515
    Likes Received:
    123
    Best Answers:
    11
    Trophy Points:
    95
    #13
    I agree that animations are often overdone, and on mobile I think it is stupid to use them, but if you are going to use animations (and especially transitions) CSS is a better option and old browsers that are not up for animations simply ignore the rule declarations and it is as if they don't exist.
     
    COBOLdinosaur, Jul 10, 2014 IP
    deathshadow likes this.
  14. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,998
    Best Answers:
    253
    Trophy Points:
    515
    #14
    ... and that's really the best approach for most fancy CSS3 effects -- users of old browsers don't get rounded corners, drop shadows and animated nonsense, OH FREAKING WELL. Does the page still work? Can they get to the content? If the answer is yes then who gives a flying purple fish, they should be thankful we bother supporting them at all with their decade or more out of date software!

    ... and throwing scripted polyfills at it isn't the answer.

    Animations on sites, particularly CSS transitions can be of benefit if they enhance the usability of the page. An opacity fade-in and fade-out with a delay on the 'hide' part of the transition for example can make flyout menus easier to use if you're not the best at moving the mouse around. Having visual queues when something like an AJAX submit or load is being done can be a great help, and animating them to draw the users attention to the fact something is going on is even better; keyframe animations rock for this.

    But as said, it can really be overdone. Like a great number of other web technologies (javascript for example) you are usually best off using it with an eye-dropper not a paint roller.

    The laugh though is when people try to use all this stuff to recreate behaviors that we've been told are bad. People are more prone to think the tech is the problem, not the result. See the halfwits who use JavaScript to replicate "TARGET" as target is deprecated on non-frameset pages... or all the people trying to replicate non-game non-media delivery flash using HTML 5. The problem wasn't the target attribute or Flash, the problem was what people were doing with it; shoving new windows down people's throats whether they like it or not, and annoying bandwidth wasting animated nonsense that adds nothing of value to the page.

    Really though that's web technologies in a nutshell -- for the most parts they have legitimate uses, but people over-use them attempting to be 'flashy' and 'cool', with the end result being more likely to drive users away from a site than it is to do what's actually important -- drive users to your content and keep them coming back!

    See 99.99% of websites that started their lives as PSD's, 99.99% of sites people slap jQuery-tardery on for no good reason, and 99.99% of "media heavy" pages where said media isn't actually the content.
     
    deathshadow, Jul 10, 2014 IP
  15. Veer#

    Veer# Member

    Messages:
    48
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #15
    I hate when people say " Google ". Though it is a nice practice, that is literally redirecting visitors to other website. Instead It will be better to try to help the users by asking him what exactly he would like to know.
     
    Veer#, Jul 23, 2014 IP