dacsslide 0.0.7 copy "dacsslide: ^0.0.7" to clipboard
dacsslide: ^0.0.7 copied to clipboard

outdatedDart 1 only

Dart CSS presentation framework.

DaCSSlide Build Status #

Port of JaCSS - tiny "framework" for building pure CSS3-animation based presentations.

Demo #

http://slides.olostan.name/dartFlight/dartflightslides.html

Example #

Example could be found in web folder.

In HTML file you need to speicfy "symbols":

<presentation slides="8" class="hidden">
      <symbol id="hello">
        Hello {{world}}
      </symbol>
      <symbol id="center">
        Center
      </symbol>
</presentation>

And in CSS file you need to specify behaviour:

#center {
  opacity:0;
}
.s2 {
   #hello {
     -webkit-transform:translateY(200px)
  }
  #center {
    background-color:red;
    opacity:1;
  }
}
.s3 {
  #hello {
    -webkit-transform:translateY(200px) translateX(400px)
  }
}
...

Where .sN means behaviour for slide (keyframe) N.

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Dart CSS presentation framework.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

angular, browser, csslib_transform

More

Packages that depend on dacsslide