dacsslide 0.0.6 copy "dacsslide: ^0.0.6" to clipboard
dacsslide: ^0.0.6 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)
}
.s2  #center {
  background-color:red;
  opacity:1;
}
.s3  #hello {
  -webkit-transform:translateY(200px) translateX(400px)
}
...

Where .sN <symbol-id> means behaviour for slide (keyframe) N of symbol <symbol-id>

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

More

Packages that depend on dacsslide