Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
bespoke-theme-atomantic
Advanced tools
A theme for Bespoke.js — View demo
Download the production version or the development version, or use a package manager.
This theme is shipped in a UMD format, meaning that it is available as a CommonJS/AMD module or browser global.
For example, when using CommonJS modules:
var bespoke = require('bespoke'),
atomantic = require('bespoke-theme-atomantic');
bespoke.from('#presentation', [
atomantic()
]);
When using browser globals:
bespoke.from('#presentation', [
bespoke.themes.atomantic()
]);
This theme utilizes x-gif for awesome background gif control. If you would like to include gifs and have control over speed, iterations, ping-pong, n-times, and wait-for-gif content, you will need to do the following in your bespoke.js main deck code:
npm i -S x-gif
gulp.task('x-gif', function() {
return gulp.src([
'node_modules/x-gif/dist/*'
]).pipe(gulp.dest('dist/x-gif'));
});
Then you can use x-gif by simply adding elements like this to your deck:
section
.fullscreen
x-gif(src="images/perfect_beardscratch.gif" fill)
.content
.box
h2 Awesome Repeating Gif in the background
section
.fullscreen
x-gif(src="images/perfect_beardscratch.gif" fill n-times=2)
.content.wait-for-gif
.box
h2 The gif stopped!
see the x-gif docs for more options on the x-gif element: http://atomantic.github.io/x-gif/
$ npm install bespoke-theme-atomantic
$ bower install bespoke-theme-atomantic
This theme was built with generator-bespoketheme.
Adam Eivy is a software architect by day and a drawing dad by night. Check out his latest project Beetle Royale or follow him on the interwebs
Hey dude! Help me out for a couple of :beers:!
FAQs
A theme for Bespoke.js using x-gif
The npm package bespoke-theme-atomantic receives a total of 13 weekly downloads. As such, bespoke-theme-atomantic popularity was classified as not popular.
We found that bespoke-theme-atomantic demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.