A simple Flask extension for smooth page transitions
Project description
FlaskMotion
FlaskMotion is a lightweight Flask extension that adds smooth page transitions (fade-in, fade-out) to your Flask web applications.
Usage
- Import and initialize FlaskMotion in your Flask application:
from flask import Flask
from flaskmotion import FlaskMotion
app = Flask(__name__)
FlaskMotion(app)
if __name__ == '__main__':
app.run()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
flaskmotion-0.1.4.tar.gz
(3.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file flaskmotion-0.1.4.tar.gz.
File metadata
- Download URL: flaskmotion-0.1.4.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a098fb748a46a94b864120969cab26f6a2177d7154c6d890fda9937f073fff2e
|
|
| MD5 |
043c3e21dc46196c33a450a7c7a364f4
|
|
| BLAKE2b-256 |
013efc8ee60162762765b902b40a3fe58e44dfbc8607e98c93ff052fed5727c0
|
File details
Details for the file FlaskMotion-0.1.4-py3-none-any.whl.
File metadata
- Download URL: FlaskMotion-0.1.4-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ce3c0e10e268fc390c6b191ec68d4c81669a36f5008a8ceb6987eb59808a7a4
|
|
| MD5 |
de8c2a12ca451aff2ebe49c4b6fbb771
|
|
| BLAKE2b-256 |
8cdafceb7ae0424311cc494305331656a88a4eda1478ac41106bd64f769a88e5
|