~hanspayer/+junk/kobersdorf

« back to all changes in this revision

Viewing changes to static/cms/sass/components/_animation.scss

  • Committer: Payer Hans-Christian
  • Date: 2016-03-29 20:18:05 UTC
  • Revision ID: hans@net-so.org-20160329201805-cs2re2zwb7svwje4
base template working

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// #############################################################################
 
2
// ANIMATIONS
 
3
 
 
4
@keyframes cms-spin {
 
5
    0% {
 
6
        transform: rotate(0deg);
 
7
    }
 
8
    100% {
 
9
        transform: rotate(360deg);
 
10
    }
 
11
}