maanoo/blog

Wednesday, November 4, 2015

CSS: Transition all

In CSS if we define transitions, every time a value changes an animation-transition is created and executed.

So if we want to use transitions for all elements and for all values (which is wrong in many ways), we can just write:

*{
  transition: all 0.7s ease-in-out;
}


done_
Posted by Akritas Akritidis at 10:00 AM
Labels: code, css, utils
Newer Post Older Post Home

Search

Labels

code utils techniques java javascript html life android build c easy make makefile c++ css enum python windows bash email greek it is known libgdx php regex security

Blog Archive

  • ►  2022 (3)
    • ►  November (1)
    • ►  July (1)
    • ►  June (1)
  • ►  2021 (8)
    • ►  September (1)
    • ►  June (3)
    • ►  March (1)
    • ►  February (3)
  • ►  2020 (6)
    • ►  May (1)
    • ►  March (1)
    • ►  February (3)
    • ►  January (1)
  • ►  2019 (4)
    • ►  October (1)
    • ►  August (1)
    • ►  July (1)
    • ►  January (1)
  • ►  2018 (3)
    • ►  November (1)
    • ►  September (1)
    • ►  July (1)
  • ►  2017 (1)
    • ►  May (1)
  • ►  2016 (3)
    • ►  November (1)
    • ►  October (1)
    • ►  September (1)
  • ▼  2015 (12)
    • ▼  November (9)
      • Techniques: Random art with symmetry
      • Javascript: Canvas circles
      • HTML: Canvas background
      • Android: Store values
      • JavaScript: Local and Session storage
      • JavaScript: jQuery selector
      • PHP: Simple counter
      • CSS: Transition all
      • Techniques: Base64
    • ►  October (3)

Website

maanoo.com
Copyright © 2015 Akritas Akritidis. Simple theme. Powered by Blogger.