jlukic
68be25fcde
Fixes issue with caret reset causing no input borders
10 years ago
jlukic
088498cf36
Rebuilds project
10 years ago
jlukic
fa1b35a3ef
Initial commit of global site config
10 years ago
jlukic
869115b206
UI Transiutions now forces display on element during animation with important to avoid inheritance issues. Rewrite of some more form variables
10 years ago
jlukic
1eefa169ff
Removes learn-semantic content from docs, redoes folder structure of project, adds grunt config
10 years ago
jlukic
9561d9a851
Fixes repo link
10 years ago
jlukic
6bc576e431
Bug fixes for grid, popup, adds visibility module
10 years ago
jlukic
339b2369e2
Disables transition debug by default, too chatty
10 years ago
jlukic
527dfe0202
Restructures theming folder to be more structured, renames user themes site theme. Fixes up semantic.config to only give example config with instructions to avoid overrwrite on update
10 years ago
jlukic
a18186b57c
Modifications to grid, addition of new container class. Variable fixes
10 years ago
Sebastian Krzyszkowiak
ea5723e8ca
Transition: Disable animationEnd callback on transition reset.
Fixes rare race condition with modals where animationEnd callback on dimmer could fire before modal's one, calling .transition('reset') on modal right before animationEnd event for it arrives, causing module.complete callback to restore incorect conditions, making modal visible when it shouldn't be, causing next modals to misbehave.
11 years ago
jlukic
1319c3f33e
Fixes issue where queued animation sometimes does not occur if same animation caused by lack of repaint
11 years ago
jlukic
9b2afb7dac
Removes previous changes for modal detachable to segment/dimmer. Fixed transition error message to make more sense
11 years ago
jlukic
4dcfe8aa40
Transition: prevents same animation from occurring twice by default
11 years ago
jlukic
56a621d60a
Fixes invoke function in all modules to avoid instance rewrite outside of scope
11 years ago
jlukic
b80c3a5231
Complete rewrite of transition module, adds requestanimationframe, more granular behavior control, and caching optimizations for display/animation lookup
11 years ago
jlukic
3e750d8b8e
Adds reset behavior to transition
11 years ago
jlukic
06edf0dd82
Moves forced repaint event only to dropdown
11 years ago
jlukic
87f6f23c28
Fixes bug in detatch where before was being used instead of insertBefore causing issues with siblings
11 years ago
jlukic
e50a261428
Modifies transition repaint event
11 years ago
Mohammad Younes
7e9e1904ff
condition will never evaluate to true
The condition should be either ```typeof module.cache ===
'undefined'``` or ```module.cache === undefined```
11 years ago
Mohammad Younes
44b16bdb5d
Fix Menu dropdowns not closing in IE11 #409
11 years ago
Mohammad Younes
e923972446
Fix issue #409
Force IE to repaint element to start the animation.
More details here:
https://github.com/Semantic-Org/Semantic-UI/issues/409
11 years ago
jlukic
4b7e67e372
Fixes #365 , has transition does not call function
11 years ago
jlukic
f69bf771a0
Fixes issues in invoke
11 years ago
jlukic
4ea8e2ed4c
Fixes issue where camelcase methods were not being returned if first word matched a method
11 years ago
jlukic
3e7bd24ea7
Fixes #285 Adds CSS transition support detection to usage of CSS transitions in other modules
11 years ago
jlukic
fe3eb9c994
Fixes queued animation not waiting
11 years ago
jlukic
72e2226265
Fixes issue with module pattern setting/internal method
11 years ago
jlukic
032871e045
Renames invoked response to returnedValue for clarity, fixes issue when non string values are returned in array
11 years ago
jlukic
639ee62b78
Adds test coverage for all of javascript modules
11 years ago
jlukic
237765df3d
Fixes bug in popup causing variations to be overriden
11 years ago
jlukic
f8aa8bbf8d
Rewrites modal and dimmer fixes #233 , no longer dependencies between closing dimmer and closing modal, each can close separately. Disables transition logging by default
11 years ago
jlukic
700fda509e
transition requires repaint after animation
Former-commit-id: 14bd1ba863
Former-commit-id: 438d589b4a
11 years ago
jlukic
0ba6a87fb9
adds behavior/settings documentation to transition
Former-commit-id: eb3576abbe
Former-commit-id: 684e64fc6c
11 years ago
jlukic
a159535bf1
updates comment banners to be consistent across project
Former-commit-id: 3f99dbaf40
Former-commit-id: 77883da4c0
11 years ago
Jonas Trevisan
de5ae1cded
fix typo
Former-commit-id: 93059631fa
Former-commit-id: ed576987d7
11 years ago
Jonas Trevisan
2c05cb6150
added queue setting to transition module
Former-commit-id: b9586d14b0
Former-commit-id: edca1e0e01
11 years ago
jlukic
af022293ab
Begin write of additional transitions, and example builder
Former-commit-id: 60eddded0e
Former-commit-id: e58131cd1b
11 years ago
jlukic
351f712627
Updates module performance to show the total init count
Former-commit-id: db0b210ef3
Former-commit-id: 74821a4887
11 years ago
Jack Lukic
a511fa40ac
fixes call to invoke
Former-commit-id: e81306bd2d
Former-commit-id: d295dfcf66
11 years ago
Jack Lukic
fe9ab4be3b
fixes bug in invoke in transition
Former-commit-id: d8fa3eb16b
Former-commit-id: dcf0a8afb1
11 years ago
Jack Lukic
036bce4aa6
Invoke now can translate ('make money') to makeMoney or make: { money: function(){}}
Former-commit-id: 73f8e5211b
Former-commit-id: b762f93b95
11 years ago
Jack Lukic
e3284fdd39
fixes false responses from invocation not reeturning response
Former-commit-id: 27390de7e2
Former-commit-id: c32721ede2
11 years ago
Jack Lukic
61fb46f88a
Adds new modal, fixes to dimmer and transition
Former-commit-id: 59962c0d82
Former-commit-id: cf91b92145
11 years ago
Jack Lukic
aff57cc2dc
Adds page dimmer text styles, fixes shape not initing, removes logs from transition
Former-commit-id: e035a08cbd
Former-commit-id: d470851177
11 years ago
Jack Lukic
ace5a1f411
twiddling around with transition to fix in/out
Former-commit-id: 6e25a8a818
Former-commit-id: adf63e9d11
11 years ago
Jack Lukic
735be913e3
fixes bug in testing for transitions in transition.js
Former-commit-id: 69e7b9483c
Former-commit-id: 6be5ef2968
11 years ago
Jack Lukic
c6c5040315
Bunch of new doc writing
Former-commit-id: d58581eac5
Former-commit-id: ae85ba326a
11 years ago
Jack Lukic
936949af20
Adds default looping to transition
Former-commit-id: b4031c7e71
Former-commit-id: 0d0db8cc7e
11 years ago