Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
vue-count-to
Advanced tools
It's a vue component that will count to a target number at a specified duration. vue-countTo is a dependency-free, lightweight vue component that can be overwrited easingFn by yourself. You can set startVal and endVal ,it will automatic judge count up or count down. It is learn from countUp.js;
npm install vue-countTo
<link href="**/marketComponents-default.css" rel="stylesheet">
<div id="root"></div>
<script src="**/wscn-react-vendor.min.js"></script>
<script src="/**/react-market.min.js"></script>
<script>
var mountDom = document.getElementById('root');
var options = {
symbols: [
"XAUUSD",
"UKOil",
"000001",
"EURUSD",
"USDJPY"
],
priceMinInterval: 2000,
baseApi: "https://forexdata.wallstreetcn.com/",
priceApi: "real",
priceApiField: "prod_name,last_px,px_change,px_change_rate,price_precision,securities_type",
klineApi: "kline",
candle_period:5,
data_count:80,
end_time:0,
klineApiField: "close_px"
};
new WSCNTilesetQuote(options).init(mountDom);
<script>
demo:
Property | Description | type | default |
---|---|---|---|
startVal | the value you want to begin at | Number | 0 |
endVal | the value you want to arrive at | Number | 2017 |
duration | duration in millisecond | Number | 3000 |
autoplay | when mounted autoplay | Boolean | true |
decimals | the number of decimal places to show | Number | 0 |
decimal | the split decimal | String | . |
separator | the separator | String | , |
prefix | the prefix | String | '' |
suffix | the suffix | String | '' |
useEasing | is use easing function | Boolean | true |
easingFn | the easing function | Function | — |
Function Name | Description |
---|---|
mountedCallback | when mounted will emit mountedCallback |
start | start the countTo |
pause | pause the countTo |
reset | reset the countTo |
FAQs
It's a vue component that will count to a target number at a specified duration
The npm package vue-count-to receives a total of 10,370 weekly downloads. As such, vue-count-to popularity was classified as popular.
We found that vue-count-to 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
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.