Skip to content

Instantly share code, notes, and snippets.

View charCodelet's full-sized avatar

Patrick charCodelet

View GitHub Profile
@charCodelet
charCodelet / dabblet.css
Created February 15, 2019 06:32 — forked from csssecrets/dabblet.css
Animation along a circular path - Solution 1
/**
* Animation along a circular path - Solution 1
*/
@keyframes spin {
to { transform: rotate(1turn); }
}
.avatar {
/*animation: spin 3s infinite linear;*/
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>