Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
80cb760f
Commit
80cb760f
authored
Dec 21, 2011
by
Jacob Thornton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
animate -> animation
parent
f72a94ae
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
docs/javascript.html
docs/javascript.html
+2
-2
js/README.md
js/README.md
+2
-2
js/bootstrap-twipsy.js
js/bootstrap-twipsy.js
+2
-2
No files found.
docs/javascript.html
View file @
80cb760f
...
@@ -579,7 +579,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
...
@@ -579,7 +579,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
</thead>
</thead>
<tbody>
<tbody>
<tr>
<tr>
<td>
animat
e
</td>
<td>
animat
ion
</td>
<td>
boolean
</td>
<td>
boolean
</td>
<td>
true
</td>
<td>
true
</td>
<td>
apply a css fade transition to the tooltip
</td>
<td>
apply a css fade transition to the tooltip
</td>
...
@@ -669,7 +669,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
...
@@ -669,7 +669,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
</thead>
</thead>
<tbody>
<tbody>
<tr>
<tr>
<td>
animat
e
</td>
<td>
animat
ion
</td>
<td>
boolean
</td>
<td>
boolean
</td>
<td>
true
</td>
<td>
true
</td>
<td>
apply a css fade transition to the tooltip
</td>
<td>
apply a css fade transition to the tooltip
</td>
...
...
js/README.md
View file @
80cb760f
...
@@ -83,9 +83,9 @@ Each plugin stores a copy of the invoked class on an object. This class instance
...
@@ -83,9 +83,9 @@ Each plugin stores a copy of the invoked class on an object. This class instance
Data attributes should take the following form:
Data attributes should take the following form:
-
data-
*(verb)*
- defines main interaction
-
data-
{{verb}}={{plugin}}
- defines main interaction
-
data-target || href^=# - defined on "control" element (if element controls an element other than self)
-
data-target || href^=# - defined on "control" element (if element controls an element other than self)
-
data-
*(noun)*
- defines class instance options
-
data-
{{noun}}
- defines class instance options
examples:
examples:
...
...
js/bootstrap-twipsy.js
View file @
80cb760f
...
@@ -109,7 +109,7 @@
...
@@ -109,7 +109,7 @@
$tip
=
this
.
tip
()
$tip
=
this
.
tip
()
this
.
setContent
()
this
.
setContent
()
if
(
this
.
options
.
animat
e
)
{
if
(
this
.
options
.
animat
ion
)
{
$tip
.
addClass
(
'
fade
'
)
$tip
.
addClass
(
'
fade
'
)
}
}
...
@@ -250,7 +250,7 @@
...
@@ -250,7 +250,7 @@
$
.
fn
.
twipsy
.
Constructor
=
Twipsy
$
.
fn
.
twipsy
.
Constructor
=
Twipsy
$
.
fn
.
twipsy
.
defaults
=
{
$
.
fn
.
twipsy
.
defaults
=
{
animat
e
:
true
animat
ion
:
true
,
delay
:
0
,
delay
:
0
,
selector
:
false
,
selector
:
false
,
placement
:
'
above
'
,
placement
:
'
above
'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment