All Projects → lennet → Figma-Timer

lennet / Figma-Timer

Licence: MIT license
No description or website provided.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects

Projects that are alternatives of or similar to Figma-Timer

consoleTimer
Simple timer for your terminal
Stars: ✭ 20 (+53.85%)
Mutual labels:  timer
tryingtowork
A collection of free spaces to work online
Stars: ✭ 78 (+500%)
Mutual labels:  remote-work
croner
Trigger functions and/or evaluate cron expressions in JavaScript. No dependencies. Most features. All environments.
Stars: ✭ 169 (+1200%)
Mutual labels:  timer
Splitter
A speedrunning timer for macOS
Stars: ✭ 34 (+161.54%)
Mutual labels:  timer
scitime
Training time estimation for scikit-learn algorithms
Stars: ✭ 119 (+815.38%)
Mutual labels:  timer
stop watch timer
This is Stop Watch Timer for flutter plugin.🏃‍♂️
Stars: ✭ 76 (+484.62%)
Mutual labels:  timer
assistant
🤖 Bring your Figma design & development pipeline to the next level - with design to code, in-design-content-management, component management, tools for faster design
Stars: ✭ 451 (+3369.23%)
Mutual labels:  figma-plugin
SAMD TimerInterrupt
This library enables you to use Interrupt from Hardware Timers on an SAMD-based board. These SAMD Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you …
Stars: ✭ 28 (+115.38%)
Mutual labels:  timer
figma-responsify
⚡️A Figma plugin to quickly test your designs across multiple device sizes.
Stars: ✭ 51 (+292.31%)
Mutual labels:  figma-plugin
figma-hosted-export
Copy hosted image URLs for any frame inside Figma
Stars: ✭ 39 (+200%)
Mutual labels:  figma-plugin
langx-java
Java tools, helper, common utilities. A replacement of guava, apache-commons, hutool
Stars: ✭ 50 (+284.62%)
Mutual labels:  timer
favloader
Vanilla JavaScript library for loading animation in favicon (favicon loader)
Stars: ✭ 20 (+53.85%)
Mutual labels:  timer
ES-Timer
A USB timer powered by Digispark ATtiny85 according to 🍅 pomodoro time management technique
Stars: ✭ 45 (+246.15%)
Mutual labels:  timer
meditation-timer
🧘 Progressive web application for timing your meditations
Stars: ✭ 23 (+76.92%)
Mutual labels:  timer
software-engineering
Remote Jobs for Software Engineering
Stars: ✭ 48 (+269.23%)
Mutual labels:  remote-work
Chronity
⌛ Library for running functions after a delay by creating timers in Unity3D.
Stars: ✭ 40 (+207.69%)
Mutual labels:  timer
CountdownTimer-TeLeTiPs
The very first powerful Telegram bot to countdown to your important events in any group chat. Live countdown timer (days : hours : minutes : seconds)
Stars: ✭ 122 (+838.46%)
Mutual labels:  timer
bezier-react
React components library that implements Bezier Design System.
Stars: ✭ 85 (+553.85%)
Mutual labels:  figma-plugin
TimerInterrupt
This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, etc. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behavin…
Stars: ✭ 76 (+484.62%)
Mutual labels:  timer
plf nanotimer
A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple as possible to create the lowest amount of overhead.
Stars: ✭ 108 (+730.77%)
Mutual labels:  timer

Timer

Installation

https://www.figma.com/community/plugin/820311256083321341

Usage

Use text to create a timer on a Figma page.

There are two ways to start a timer:

  1. Type the time you want to count down in Timer: HH:MM:SS format (e.g. Timer: 5:00), then press 'Start'.
  2. Type the time you want to count down in HH:MM:SS format (e.g. 5:00). In this case you need to select the text layer before pressing 'Start'

Additionally, you can now start a couple of timers on a page (for whatever reason).

Development

  1. This plugin uses Typescript & Visual Studio Code (https://code.visualstudio.com/). To install typescript execute:
$ sudo npm install -g typescript
  1. Open the directory in Visual Studio Code and perform your changes in the code.ts file
  2. Run the "Terminal > Run Build Task..." menu item, then select "tsc: watch - tsconfig.json", to compile the JavaScript source.

Created by Viktoriia Leontieva, Bernd Plontsch, Leonard Thomas & Jannes Peters

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].