@salesforce-ux/design-system
Version:
Salesforce Lightning Design System
39 lines (37 loc) • 976 B
YAML
# Copyright (c) 2015-present, salesforce.com, inc. All rights reserved
# Licensed under BSD 3-Clause - see LICENSE.txt or git.io/sfdc-license
global:
type: time
category: time
cssProperties:
- 'animation*'
- 'transition*'
scope: global
primitive: true
imports:
- ../aliases/duration.yml
props:
DURATION_INSTANTLY:
value: '{!DURATION_INSTANTLY}'
comment: '0 seconds, 0 frames'
access: global
DURATION_IMMEDIATELY:
value: '{!DURATION_IMMEDIATELY}'
comment: '0.05 seconds, 3 frames'
access: global
DURATION_QUICKLY:
value: '{!DURATION_QUICKLY}'
comment: '0.1 seconds, 6 frames'
access: global
DURATION_PROMPTLY:
value: '{!DURATION_PROMPTLY}'
comment: '0.2 seconds, 12 frames'
access: global
DURATION_SLOWLY:
value: '{!DURATION_SLOWLY}'
comment: '0.4 seconds, 24 frames'
access: global
DURATION_PAUSED:
value: '{!DURATION_PAUSED}'
comment: '3.2 seconds, 192 frames'
access: global