Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cocreate-app/cocreate-signup-animation
A simple signup-animation component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.
https://github.com/cocreate-app/cocreate-signup-animation
cocreate cocreate-framework cocreatejs cocreatejs-component collaboration collaborative-framework html5-framework javascript-framework low-code low-code-framework no-code no-code-framework realtime realtime-framework shared-editing signup-animation
Last synced: about 1 month ago
JSON representation
A simple signup-animation component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.
- Host: GitHub
- URL: https://github.com/cocreate-app/cocreate-signup-animation
- Owner: CoCreate-app
- License: mit
- Created: 2021-10-14T00:05:13.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-19T01:56:26.000Z (over 1 year ago)
- Last Synced: 2024-05-01T11:51:39.819Z (8 months ago)
- Topics: cocreate, cocreate-framework, cocreatejs, cocreatejs-component, collaboration, collaborative-framework, html5-framework, javascript-framework, low-code, low-code-framework, no-code, no-code-framework, realtime, realtime-framework, shared-editing, signup-animation
- Language: CSS
- Homepage: https://cocreate.app/docs/signup-animation
- Size: 237 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# CoCreate-signup-animation
A simple signup-animation component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/signup-animation)
![min file size in bytes](https://img.badgesize.io/https://cdn.cocreate.app/signup-animation/latest/CoCreate-signup-animation.min.js?style=flat-square&label=minified&color=orange)
![gzip file size in bytes](https://img.badgesize.io/https://cdn.cocreate.app/signup-animation/latest/CoCreate-signup-animation.min.js?compression=gzip&style=flat-square&label=gzip&color=yellow)
![brotlifile size in bytes](https://img.badgesize.io/https://cdn.cocreate.app/signup-animation/latest/CoCreate-signup-animation.min.js?compression=brotli&style=flat-square&label=brotli)
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-signup-animation?style=flat-square)
![GitHub](https://img.shields.io/github/license/CoCreate-app/CoCreate-signup-animation?style=flat-square)
![GitHub](https://img.shields.io/static/v1?style=flat-square&label=&message=Hiring&color=blueviolet)![CoCreate-signup-animation](https://cdn.cocreate.app/docs/CoCreate-signup-animation.gif)
## [Docs & Demo](https://cocreate.app/docs/signup-animation)
For a complete guide and working demo refer to the [doumentation](https://cocreate.app/docs/signup-animation)
## CDN
```html
```
```html
```
## NPM
```shell
$ npm i @cocreate/signup-animation
```## yarn
```shell
$ yarn install @cocreate/signup-animation
```# Table of Contents
- [Table of Contents](#table-of-contents)
- [Announcements](#announcements)
- [Roadmap](#roadmap)
- [How to Contribute](#how-to-contribute)
- [About](#about)
- [License](#license)# Announcements
All updates to this library are documented in our [CHANGELOG](https://github.com/CoCreate-app/CoCreate-signup-animation/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreate-signup-animation/releases). You may also subscribe to email for releases and breaking changes.
# Roadmap
If you are interested in the future direction of this project, please take a look at our open [issues](https://github.com/CoCreate-app/CoCreate-signup-animation/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-signup-animation/pulls). We would love to hear your feedback.
# About
CoCreate-signup-animation is guided and supported by the CoCreate Developer Experience Team.
Please Email the Developer Experience Team [here](mailto:[email protected]) in case of any queries.
CoCreate-signup-animation is maintained and funded by CoCreate. The names and logos for CoCreate are trademarks of CoCreate, LLC.
# How to Contribute
We encourage contribution to our libraries (you might even score some nifty swag), please see our [CONTRIBUTING](https://github.com/CoCreate-app/CoCreate-signup-animation/blob/master/CONTRIBUTING.md) guide for details.
We want this library to be community-driven, and CoCreate led. We need your help to realize this goal. To help make sure we are building the right things in the right order, we ask that you create [issues](https://github.com/CoCreate-app/CoCreate-signup-animation/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-signup-animation/pulls) or merely upvote or comment on existing issues or pull requests.
We appreciate your continued support, thank you!
# License
[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-signup-animation/blob/master/LICENSE)